![]() |
VR-Forces 4.6.1 Class Documentation
|
Abstract class for handling glyph rendering. More...

Public Types | |
| enum | BitmapFormat { Alpha, RGB } |
Public Member Functions | |
| DtGlyphRenderer () | |
| virtual | ~DtGlyphRenderer () |
| DTOR. | |
| virtual void | renderGlyphWithAdvance (DtPen &pen, DtGlyph &glyph, bool advance)=0 |
| For each glyph to be rendered, the pen stores the location of the rendering. | |
| virtual void | renderGlyphWithRightToLeft (DtPen &pen, DtGlyph &glyph, bool rightToLeft)=0 |
Abstract class for handling glyph rendering.
| 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.