OpenSceneGraph
3.0.1
|
#include <string>
#include <istream>
#include <osg/TexEnv>
#include <osgText/Glyph>
#include <osgDB/Options>
#include <OpenThreads/Mutex>
Classes | |
class | osgText::Font |
Pure virtual base class for fonts. More... | |
class | osgText::Font::FontImplementation |
Namespaces | |
namespace | osgText |
The osgText library is a NodeKit that extends the core scene graph to support high quality text. | |
Defines | |
#define | OSGTEXT_FONT 1 |
Functions | |
OSGTEXT_EXPORT Font * | osgText::readFontFile (const std::string &filename, const osgDB::Options *userOptions=0) |
Read a font from specified file. | |
OSGTEXT_EXPORT Font * | osgText::readFontStream (std::istream &stream, const osgDB::Options *userOptions=0) |
read a font from specified stream. | |
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) |
OSGTEXT_EXPORT std::string | osgText::findFontFile (const std::string &str) |
#define OSGTEXT_FONT 1 |
![]() | Generated at Mon Oct 3 2011 12:39:39 for the OpenSceneGraph by doxygen 1.7.5. |