home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
hensa
/
programming
/
desklib
/
sources
/
DeskLib
/
!DLSources
/
Libraries
/
Font
/
s
/
Font10
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-08-26
|
422 b
|
20 lines
; Author: Copyright 1993 Shaun Blackmore
GET ^.h.regdefs
GET ^.h.swinos
GET ^.h.macros
;os_error *Font_SetScaleFactor(int xscale, int yscale);
PREAMBLE
STARTCODE Font_SetScaleFactor
;
STMFD sp!, {lr}
MOV r2,r1
MOV r1,r0
SWI SWI_Font_SetScaleFactor + XOS_Bit
MOVVC r0,#0
LDMFD sp!, {pc}^
;
END