home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 4
/
FreshFish_May-June1994.bin
/
bbs
/
cbm
/
nduk-v37.lha
/
V37
/
fd
/
diskfont_lib.fd
< prev
next >
Wrap
Text File
|
1991-11-15
|
405b
|
13 lines
* "diskfont.library"
##base _DiskfontBase
##bias 30
##public
OpenDiskFont(textAttr)(a0)
AvailFonts(buffer,bufBytes,flags)(a0,d0/d1)
*--- functions in V34 or higher (distributed as Release 1.3) ---
NewFontContents(fontsLock,fontName)(a0/a1)
DisposeFontContents(fontContentsHeader)(a1)
*--- functions in V36 or higher (distributed as Release 2.0) ---
NewScaledDiskFont(sourceFont,destTextAttr)(a0/a1)
##end