9 #ifndef UTILITIY_TAGITEM_H
10 # include <utility/tagitem.h>
13 #ifndef DISKFONT_GLYPH_H
14 # include <diskfont/glyph.h>
19 ULONG SetInfo(struct GlyphEngine *glyphEngine, Tag tag1, ...);
20 ULONG ReleaseInfo(struct GlyphEngine *glyphEngine, Tag tag1, ...);
21 ULONG ObtainInfo(struct GlyphEngine *glyphEngine, Tag tag1, ...);
28 struct GlyphEngine *OpenEngine() ()
29 void CloseEngine(struct GlyphEngine *glyphEngine) (A0)
30 ULONG SetInfoA(struct GlyphEngine *glyphEngine, struct TagItem *tagList) (A0, A1)
31 ULONG ObtainInfoA(struct GlyphEngine *glyphEngine, struct TagItem *tagList) (A0, A1)
32 ULONG ReleaseInfoA(struct GlyphEngine *glyphEngine, struct TagItem *tagList) (A0, A1)