OpenSceneGraph
3.5.1
|
The osgText library is a NodeKit that extends the core scene graph to support high quality text. More...
Classes | |
class | Bevel |
class | FadeText |
class | Font |
Pure virtual base class for fonts. More... | |
class | Glyph |
class | Glyph3D |
class | GlyphGeometry |
class | GlyphTexture |
class | String |
class | Style |
class | Text |
class | Text3D |
class | TextBase |
class | VectorUInt |
Typedefs | |
typedef Font | Font3D |
typedef std::pair< unsigned int, unsigned int > | FontResolution |
Enumerations | |
enum | KerningType { KERNING_DEFAULT, KERNING_UNFITTED, KERNING_NONE } |
Functions | |
OSGTEXT_EXPORT osg::ref_ptr< Font > | readRefFontFile (const std::string &filename, const osgDB::Options *userOptions=0) |
OSGTEXT_EXPORT osg::ref_ptr< Font > | readRefFontStream (std::istream &stream, const osgDB::Options *userOptions=0) |
OSGTEXT_EXPORT std::string | findFontFile (const std::string &str) |
osg::ref_ptr< Font > | readRefFont3DFile (const std::string &filename, const osgDB::ReaderWriter::Options *userOptions=0) |
deprecated, use readRefFontFile() instead. More... | |
osg::ref_ptr< Font > | readRefFont3DStream (std::istream &stream, const osgDB::ReaderWriter::Options *userOptions=0) |
deprecated, use readRefFontStream() instead. More... | |
std::string | findFont3DFile (const std::string &str) |
deprecated, use findFontFile() instead. More... | |
The osgText library is a NodeKit that extends the core scene graph to support high quality text.
typedef Font osgText::Font3D |
typedef std::pair< unsigned int, unsigned int > osgText::FontResolution |
enum osgText::KerningType |
|
inline |
deprecated, use findFontFile() instead.
OSGTEXT_EXPORT std::string osgText::findFontFile | ( | const std::string & | str | ) |
|
inline |
deprecated, use readRefFontFile() instead.
|
inline |
deprecated, use readRefFontStream() instead.
OSGTEXT_EXPORT osg::ref_ptr<Font> osgText::readRefFontFile | ( | const std::string & | filename, |
const osgDB::Options * | userOptions = 0 |
||
) |
OSGTEXT_EXPORT osg::ref_ptr<Font> osgText::readRefFontStream | ( | std::istream & | stream, |
const osgDB::Options * | userOptions = 0 |
||
) |
Generated at Wed Nov 11 2015 22:15:12 for the OpenSceneGraph by doxygen 1.8.10. |