FTGL  2.1.3~rc5
Public Member Functions
FTBufferGlyph Class Reference

FTBufferGlyph is a specialisation of FTGlyph for memory buffer rendering. More...

#include <FTBufferGlyph.h>

Inheritance diagram for FTBufferGlyph:
FTGlyph

Public Member Functions

 FTBufferGlyph (FT_GlyphSlot glyph, FTBuffer *buffer)
 Constructor.
virtual ~FTBufferGlyph ()
 Destructor.
virtual const FTPointRender (const FTPoint &pen, int renderMode)
 Render this glyph at the current pen position.
- Public Member Functions inherited from FTGlyph
virtual ~FTGlyph ()
 Destructor.
virtual float Advance () const
 Return the advance width for this glyph.
virtual const FTBBoxBBox () const
 Return the bounding box for this glyph.
virtual FT_Error Error () const
 Queries for errors.

Additional Inherited Members

- Protected Member Functions inherited from FTGlyph
 FTGlyph (FT_GlyphSlot glyph)
 Create a glyph.

Detailed Description

FTBufferGlyph is a specialisation of FTGlyph for memory buffer rendering.

Definition at line 40 of file FTBufferGlyph.h.


Constructor & Destructor Documentation

FTBufferGlyph::FTBufferGlyph ( FT_GlyphSlot  glyph,
FTBuffer buffer 
)

Constructor.

Parameters:
glyphThe Freetype glyph to be processed
bufferAn FTBuffer object in which to render the glyph.
virtual FTBufferGlyph::~FTBufferGlyph ( )
virtual

Destructor.


Member Function Documentation

virtual const FTPoint& FTBufferGlyph::Render ( const FTPoint pen,
int  renderMode 
)
virtual

Render this glyph at the current pen position.

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

Implements FTGlyph.


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