Constructor & Destructor Documentation
osgText::Font::FontImplementation::FontImplementation |
( |
| ) |
|
|
inline |
Member Function Documentation
void osgText::Font::FontImplementation::addGlyph |
( |
const FontResolution & |
fontRes, |
|
|
unsigned int |
charcode, |
|
|
Glyph * |
glyph |
|
) |
| |
|
inline |
virtual std::string osgText::Font::FontImplementation::getFileName |
( |
| ) |
const |
|
pure virtual |
virtual Glyph* osgText::Font::FontImplementation::getGlyph |
( |
const FontResolution & |
fontRes, |
|
|
unsigned int |
charcode |
|
) |
| |
|
pure virtual |
virtual Glyph3D* osgText::Font::FontImplementation::getGlyph3D |
( |
unsigned int |
charcode | ) |
|
|
pure virtual |
virtual osg::Vec2 osgText::Font::FontImplementation::getKerning |
( |
unsigned int |
leftcharcode, |
|
|
unsigned int |
rightcharcode, |
|
|
KerningType |
kerningType |
|
) |
| |
|
pure virtual |
Get a kerning (adjustment of spacing of two adjacent character) for specified charcodes, w.r.t the current font size hint.
Implemented in osgQt::QFontImplementation.
virtual bool osgText::Font::FontImplementation::hasVertical |
( |
| ) |
const |
|
pure virtual |
virtual bool osgText::Font::FontImplementation::supportsMultipleFontResolutions |
( |
| ) |
const |
|
pure virtual |
Member Data Documentation
Font* osgText::Font::FontImplementation::_facade |
The documentation for this class was generated from the following file: