#include <odfontimplementation.h>
◆ ODFontImplementation()
| ODFontImplementation::ODFontImplementation |
( |
const QFont & | font | ) |
|
◆ ~ODFontImplementation()
| virtual ODFontImplementation::~ODFontImplementation |
( |
| ) |
|
|
virtual |
◆ getFileName()
| std::string ODFontImplementation::getFileName |
( |
| ) |
const |
|
override |
◆ getGlyph()
| osgText::Glyph * ODFontImplementation::getGlyph |
( |
const osgText::FontResolution & | , |
|
|
unsigned int | charcode ) |
|
override |
◆ getGlyph3D()
| osgText::Glyph3D * ODFontImplementation::getGlyph3D |
( |
unsigned int | | ) |
|
|
inlineoverride |
◆ getKerning()
| osg::Vec2 ODFontImplementation::getKerning |
( |
unsigned int | leftcharcode, |
|
|
unsigned int | rightcharcode, |
|
|
osgText::KerningType | kerningType ) |
|
inlineoverride |
◆ hasVertical()
| bool ODFontImplementation::hasVertical |
( |
| ) |
const |
|
inlineoverride |
◆ supportsMultipleFontResolutions()
| bool ODFontImplementation::supportsMultipleFontResolutions |
( |
| ) |
const |
|
inlineoverride |
◆ _filename
| std::string ODFontImplementation::_filename |
|
protected |
◆ _font
| QFont ODFontImplementation::_font |
|
protected |