Public Methods | |
VectorFont () | |
VectorFont (const VectorFont &font, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
VectorFont (const std::string &) | |
virtual bool | isSameKindAs (const osg::Object *obj) const |
virtual const char * | libraryName () const |
return the name of the object's library. | |
virtual const char * | className () const |
return the name of the object's class type. | |
Protected Attributes | |
double | _precision |
|
|
|
|
|
|
|
return the name of the object's class type. Must be defined by derived classes. Reimplemented from osgText::Font. |
|
Reimplemented from osgText::Font. |
|
return the name of the object's library. Must be defined by derived classes. The OpenSceneGraph convention the is that the namspace of a library is the same as the library name. Reimplemented from osgText::Font. |
|
|