#include <string>
#include <istream>
#include <osg/Vec2>
#include <osg/Image>
#include <osg/Texture2D>
#include <osg/StateSet>
#include <osg/buffered_value>
#include <osg/TexEnv>
#include <osgDB/ReaderWriter>
#include <osgText/Export>
#include <osgText/KerningType>
#include <OpenThreads/Mutex>
Classes | |
class | osgText::Font |
class | osgText::Font::FontImplementation |
class | osgText::Font::GlyphTexture |
class | osgText::Font::Glyph |
Namespaces | |
namespace | osgText |
Functions | |
OSGTEXT_EXPORT Font * | osgText::readFontFile (const std::string &filename, const osgDB::ReaderWriter::Options *userOptions=0) |
OSGTEXT_EXPORT Font * | osgText::readFontStream (std::istream &stream, const osgDB::ReaderWriter::Options *userOptions=0) |
OSGTEXT_EXPORT osg::ref_ptr< Font > | osgText::readRefFontFile (const std::string &filename, const osgDB::ReaderWriter::Options *userOptions=0) |
OSGTEXT_EXPORT osg::ref_ptr< Font > | osgText::readRefFontStream (std::istream &stream, const osgDB::ReaderWriter::Options *userOptions=0) |
OSGTEXT_EXPORT std::string | osgText::findFontFile (const std::string &str) |