Prefs/ScreenMode: change the way depth is selected
[AROS.git] / workbench / libs / diskfont / diskfont.conf
blobd985aa9f7cbede8d2b51df3271e05933e36b7311
1 ##begin config
2 version 50.1
3 libbasetype struct DiskfontBase
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 .version 34
16 struct FontContentsHeader *NewFontContents(BPTR fontsLock, STRPTR fontName) (A0, A1)
17 void DisposeFontContents(struct FontContentsHeader *fontContentsHeader) (A1)
18 .version 36
19 struct DiskFont *NewScaledDiskFont(struct TextFont *sourceFont, struct TextAttr *destTextAttr) (A0, A1)
20 ##end functionlist