Public Methods | |
RasterFont () | |
RasterFont (const RasterFont &font, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
RasterFont (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. |
|
|
|
|
|
|
|
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. |