OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions
Font.h File Reference
#include <string>
#include <istream>
#include <osg/TexEnv>
#include <osgText/Glyph>
#include <osgDB/Options>
#include <OpenThreads/Mutex>
Include dependency graph for Font.h:

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)