3 libbasetype struct DiskfontBase_intern
7 #include <graphics/text.h>
10 #include "diskfont_intern.h"
13 struct TextFont *OpenDiskFont(struct TextAttr *textAttr) (A0)
14 LONG AvailFonts(STRPTR buffer, LONG bufBytes, LONG flags) (A0, D0, D1)
15 struct FontContentsHeader *NewFontContents(BPTR fontsLock, STRPTR fontName) (A0, A1)
16 void DisposeFontContents(struct FontContentsHeader *fontContentsHeader) (A1)
17 struct DiskFont *NewScaledDiskFont(struct TextFont *sourceFont, struct TextAttr *destTextAttr) (A0, A1)