1 #ifndef _FT_AROS_GLYPH_H
2 #define _FT_AROS_GLYPH_H
4 #include "ftglyphengine.h"
6 void set_transform(FT_GlyphEngine
*);
7 int char_to_glyph(FT_GlyphEngine
*, int);
8 int UnicodeToGlyphIndex(FT_GlyphEngine
*);
9 int SetInstance(FT_GlyphEngine
*);
10 void RenderGlyph(FT_GlyphEngine
*, int);
11 void switch_family(FT_GlyphEngine
*);
13 #endif /*_FT_AROS_GLYPH_H*/