home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 2
/
DATAFILE_PDCD2.iso
/
utilities2
/
desklib
/
Libraries
/
Font
/
s
/
Font0a
< 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
|
1993-04-03
|
346 b
|
20 lines
; Author: Copyright 1993 Shaun Blackmore
GET h.regdefs
GET h.swinos
GET h.macros
;os_error *Font_SetFont(FontHandle font);
PREAMBLE
STARTCODE Font_SetFont
;
STMFD sp!, {lr}
SWI SWI_Font_SetFont + XOS_Bit
MOVVC r0,#0
LDMFD sp!, {pc}^
;
END