OpenSceneGraph
3.5.1
|
#include <osgText/Font>
Namespaces | |
osgText | |
The osgText library is a NodeKit that extends the core scene graph to support high quality text. | |
Macros | |
#define | OSGTEXT_FONT3D 1 |
Typedefs | |
typedef Font | osgText::Font3D |
Functions | |
osg::ref_ptr< Font > | osgText::readRefFont3DFile (const std::string &filename, const osgDB::ReaderWriter::Options *userOptions=0) |
deprecated, use readRefFontFile() instead. More... | |
osg::ref_ptr< Font > | osgText::readRefFont3DStream (std::istream &stream, const osgDB::ReaderWriter::Options *userOptions=0) |
deprecated, use readRefFontStream() instead. More... | |
std::string | osgText::findFont3DFile (const std::string &str) |
deprecated, use findFontFile() instead. More... | |
#define OSGTEXT_FONT3D 1 |
Generated at Wed Nov 11 2015 22:14:25 for the OpenSceneGraph by doxygen 1.8.10. |