![]() |
VR-Forces Development_Version Class Documentation
|

Public Member Functions | |
| DtDefaultTextLayout () | |
| CTOR. | |
| virtual | ~DtDefaultTextLayout () |
| DTOR. | |
| virtual void | renderText (DtTexturedGlyphRenderer *, DtTextProxy *) |
| Renders the text to the given glyph renderer. | |
| virtual Dt2dPoint | calculateGlyphSize (DtFontSP font, const DtPen &pen, const DtUnicode &string, unsigned int pos=0, int len=-1) |
| Calculates the bounding box for a string. | |
| virtual DtBoundingBox | calculateBoundingBox (DtFontSP font, const DtPen &pen, const DtUnicode &string, unsigned int pos=0, int len=-1) |
| Calculate the bounding box for a string. | |
| virtual bool | isShaped (void) const |
Public Member Functions inherited from makVrv::DtTextLayoutInterface | |
| DtTextLayoutInterface () | |
| CTOR. | |
| virtual | ~DtTextLayoutInterface () |
| DTOR. | |
Private Attributes | |
| DtUnicode | myLastStringRendered |
| makVrv::DtDefaultTextLayout::DtDefaultTextLayout | ( | ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Renders the text to the given glyph renderer.
Implements makVrv::DtTextLayoutInterface.
|
virtual |
Calculates the bounding box for a string.
Implements makVrv::DtTextLayoutInterface.
|
virtual |
Calculate the bounding box for a string.
Implements makVrv::DtTextLayoutInterface.
|
inlinevirtual |
Implements makVrv::DtTextLayoutInterface.
|
private |