FTTextureGlyph.h File Reference

#include <FTGL/ftgl.h>

Go to the source code of this file.

Data Structures

class  FTTextureGlyph
 FTTextureGlyph is a specialisation of FTGlyph for creating texture glyphs. More...

Functions

FTGLglyphftglCreateTextureGlyph (FT_GlyphSlot glyph, int id, int xOffset, int yOffset, int width, int height)
 Create a specialisation of FTGLglyph for creating pixmaps.

Function Documentation

FTGLglyph* ftglCreateTextureGlyph ( FT_GlyphSlot  glyph,
int  id,
int  xOffset,
int  yOffset,
int  width,
int  height 
)

Create a specialisation of FTGLglyph for creating pixmaps.

Parameters:
glyph The Freetype glyph to be processed.
Parameters:
id The id of the texture that this glyph will be drawn in.
Parameters:
xOffset The x offset into the parent texture to draw this glyph.
Parameters:
yOffset The y offset into the parent texture to draw this glyph.
Parameters:
width The width of the parent texture.
Parameters:
height The height (number of rows) of the parent texture.
Returns:
An FTGLglyph* object.
Generated on Mon Feb 21 19:29:00 2011 for FTGL by  doxygen 1.6.3