Classes | |
| class | Font |
| Pure virtual base class for fonts. More... | |
| class | Font::FontImplementation |
| class | Font::GlyphTexture |
| class | Font::Glyph |
| class | String |
| class | Text |
| struct | Text::GlyphQuads |
| struct | Text::AutoTransformCache |
Enumerations | |
| enum | KerningType { KERNING_DEFAULT, KERNING_UNFITTED, KERNING_NONE } |
Functions | |
| OSGTEXT_EXPORT Font * | readFontFile (const std::string &filename) |
| Read a font from specified file. | |
| OSGTEXT_EXPORT Font * | readFontStream (std::istream &stream) |
| read a font from specified stream. | |
| OSGTEXT_EXPORT std::string | findFontFile (const std::string &str) |
|
|
|
|
|
|
|
|
Read a font from specified file. The filename may contain a path. It will search for the font file in the following places in this order:
Then the file will be searched in OS specific directories in the following order:
If the given file could not be found, the path part will be stripped and the file will be searched again in the OS specific directories. |
|
|
read a font from specified stream.
|