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

Public Types | |
| enum | BitmapFormat { Alpha, RGB } |
Public Member Functions | |
| DtGlyphRenderer () | |
| virtual | ~DtGlyphRenderer () |
| virtual void | renderGlyphWithAdvance (DtPen &pen, DtGlyph &glyph, bool advance)=0 |
| virtual void | renderGlyphWithRightToLeft (DtPen &pen, DtGlyph &glyph, bool rightToLeft)=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.