OSG
3.4.0
|
#include <string>
#include <istream>
#include <osg/TexEnv>
#include <osgText/Glyph>
#include <osgDB/Options>
#include <OpenThreads/Mutex>
Go to the source code of this file.
Classes | |
class | osgText::Font |
class | osgText::Font::FontImplementation |
Namespaces | |
osgText | |
Functions | |
OSGTEXT_EXPORT Font * | osgText::readFontFile (const std::string &filename, const osgDB::Options *userOptions=0) |
OSGTEXT_EXPORT Font * | osgText::readFontStream (std::istream &stream, const osgDB::Options *userOptions=0) |
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) |