![]() |
VR-Forces Developer's Guide
|
Abstract class for handling glyph rendering.

Public Types | |
| enum | BitmapFormat { Alpha, RGB } |
Public Member Functions | |
| DtGlyphRenderer () | |
| virtual | ~DtGlyphRenderer () |
| virtual void | renderGlyph (const DtPen &pen, const DtGlyph &glyph, int group, const float position[4], float rotation, int &vertexIndex, int textureId)=0 |
| virtual void | renderGlyphWithRightToLeft (const DtPen &pen, const DtGlyph &glyph, bool rightToLeft, int group, const float position[4], float rotation, int &vertexIndex, int textureId)=0 |
| makVrv::DtGlyphRenderer::DtGlyphRenderer | ( | ) |
|
virtual |
DTOR.
|
pure virtual |
For each glyph to be rendered, the pen stores the location of the rendering. The glyph provides the glyph parameters.
Implemented in makVrv::DtTexturedGlyphRenderer.
|
pure virtual |
Implemented in makVrv::DtTexturedGlyphRenderer.