Nonsense removed: upper case and lower case the same time.
[AROS.git] / workbench / libs / diskfont / diskfont.conf
blob66ec1eab12bd594e2457bc10efc5e5be80751a88
1 ##begin config
2 version 50.1
3 libbasetype struct DiskfontBase_intern
4 ##end config
5 ##begin cdef
6 #include <dos/dos.h>
7 #include <graphics/text.h>
8 ##end cdef
9 ##begin cdefprivate
10 #include "diskfont_intern.h"
11 ##end cdefprivate
12 ##begin functionlist
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)
18 ##end functionlist