1 #ifndef DISKFONT_GLYPH_H
2 #define DISKFONT_GLYPH_H
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
8 Desc: Structures for font engine libraries
13 # include <exec/types.h>
16 #ifndef EXEC_LIBRARIES_H
17 # include <exec/libraries.h>
21 # include <exec/nodes.h>
26 struct Library
*gle_Library
;
39 UWORD glm_BlackHeight
;
50 struct GlyphWidthEntry
52 struct MinNode gwe_Node
;
57 #endif /* DISKFONT_GLYPH_H */