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

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