FTTextureGlyph Class Reference

#include <FTTextureGlyph.h>

Inheritance diagram for FTTextureGlyph:

FTGlyph

Detailed Description

FTTextureGlyph is a specialisation of FTGlyph for creating texture glyphs.

Definition at line 43 of file FTTextureGlyph.h.


Public Member Functions

 FTTextureGlyph (FT_GlyphSlot glyph, int id, int xOffset, int yOffset, int width, int height)
 Constructor.
virtual ~FTTextureGlyph ()
 Destructor.
virtual const FTPointRender (const FTPoint &pen, int renderMode)
 Render this glyph at the current pen position.

Constructor & Destructor Documentation

FTTextureGlyph::FTTextureGlyph ( FT_GlyphSlot  glyph,
int  id,
int  xOffset,
int  yOffset,
int  width,
int  height 
)

Constructor.

Parameters:
glyph The Freetype glyph to be processed
id The id of the texture that this glyph will be drawn in
xOffset The x offset into the parent texture to draw this glyph
yOffset The y offset into the parent texture to draw this glyph
width The width of the parent texture
height The height (number of rows) of the parent texture

virtual FTTextureGlyph::~FTTextureGlyph (  )  [virtual]

Destructor.


Member Function Documentation

virtual const FTPoint& FTTextureGlyph::Render ( const FTPoint pen,
int  renderMode 
) [virtual]

Render this glyph at the current pen position.

Parameters:
pen The current pen position.
renderMode Render mode to display
Returns:
The advance distance for this glyph.

Implements FTGlyph.


The documentation for this class was generated from the following file:

Generated on Thu Jun 12 14:45:05 2008 for FTGL by  doxygen 1.5.6