8 #ifndef UTILITIY_TAGITEM_H
9 # include <utility/tagitem.h>
12 #ifndef DISKFONT_GLYPH_H
13 # include <diskfont/glyph.h>
16 ULONG SetInfo(struct GlyphEngine *glyphEngine, Tag tag1, ...);
17 ULONG ReleaseInfo(struct GlyphEngine *glyphEngine, Tag tag1, ...);
18 ULONG ObtainInfo(struct GlyphEngine *glyphEngine, Tag tag1, ...);
22 struct GlyphEngine *OpenEngine() ()
23 void CloseEngine(struct GlyphEngine *glyphEngine) (A0)
24 ULONG SetInfoA(struct GlyphEngine *glyphEngine, struct TagItem *tagList) (A0, A1)
25 ULONG ObtainInfoA(struct GlyphEngine *glyphEngine, struct TagItem *tagList) (A0, A1)
26 ULONG ReleaseInfoA(struct GlyphEngine *glyphEngine, struct TagItem *tagList) (A0, A1)