#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 <OpenThreads/Mutex>
Namespaces | |
namespace | osgText |
Classes | |
class | osgText::Font |
Pure virtual base class for fonts. More... | |
class | osgText::Font::FontImplementation |
class | osgText::Font::GlyphTexture |
class | osgText::Font::Glyph |
Defines | |
#define | OSGTEXT_FONT 1 |
Enumerations | |
enum | osgText::KerningType { osgText::KERNING_DEFAULT, osgText::KERNING_UNFITTED, osgText::KERNING_NONE } |
Functions | |
OSGTEXT_EXPORT Font * | osgText::readFontFile (const std::string &filename, const osgDB::ReaderWriter::Options *userOptions=0) |
Read a font from specified file. | |
OSGTEXT_EXPORT Font * | osgText::readFontStream (std::istream &stream, const osgDB::ReaderWriter::Options *userOptions=0) |
read a font from specified stream. | |
OSGTEXT_EXPORT std::string | osgText::findFontFile (const std::string &str) |
#define OSGTEXT_FONT 1 |