FTGLglyph * ftglCreateTextureGlyph(FT_GlyphSlot glyph, int id, int xOffset, int yOffset, int width, int height)
Create a specialisation of FTGLglyph for creating pixmaps.
FTTextureGlyph is a specialisation of FTGlyph for creating texture glyphs.
FTTextureGlyph(FT_GlyphSlot glyph, int id, int xOffset, int yOffset, int width, int height)
Constructor.
virtual ~FTTextureGlyph()
Destructor.
virtual const FTPoint & Render(const FTPoint &pen, int renderMode)
Render this glyph at the current pen position.