1 #ifndef DISKFONT_DISKFONT_H
2 #define DISKFONT_DISKFONT_H
5 Copyright © 1995-2004, The AROS Development Team. All rights reserved.
10 # include <exec/nodes.h>
13 # include <exec/lists.h>
15 #ifndef GRAPHICS_TEXT_H
16 # include <graphics/text.h>
19 # include <dos/bptr.h>
22 #define MAXFONTPATH 256
26 char fc_FileName
[MAXFONTPATH
];
34 char tfc_FileName
[MAXFONTPATH
- 2];
42 #define TFCH_ID 0x0f02
43 #define OFCH_ID 0x0f03
45 struct FontContentsHeader
52 #define MAXFONTNAME 32
60 char dfh_Name
[MAXFONTNAME
];
61 struct TextFont dfh_TF
;
64 #define dfh_TagList dfh_Segment
67 #define AFF_MEMORY 0x0001
69 #define AFF_DISK 0x0002
71 #define AFF_SCALED 0x0004
73 #define AFF_BITMAP 0x0008
76 #define AFF_TAGGED 0x10000L
81 struct TextAttr af_Attr
;
87 struct TTextAttr taf_Attr
;
90 struct AvailFontsHeader