Public Types | |
| typedef std::vector< Font::Glyph * > | Glyphs |
| typedef std::vector< unsigned int > | LineNumbers |
| typedef std::vector< osg::Vec2 > | Coords2 |
| typedef std::vector< osg::Vec3 > | Coords3 |
| typedef std::vector< osg::Vec2 > | TexCoords |
Public Member Functions | |
| Glyphs | getGlyphs () |
| const Glyphs | getGlyphs () const |
| Coords2 & | getCoords () |
| const Coords2 & | getCoords () const |
| Coords3 & | getTransformedCoords (unsigned int contexID) |
| const Coords3 & | getTransformedCoords (unsigned int contexID) const |
| TexCoords & | getTexCoords () |
| const TexCoords & | getTexCoords () const |
| LineNumbers & | getLineNumbers () |
| const LineNumbers & | getLineNumbers () const |
Public Attributes | |
| Glyphs | _glyphs |
| Coords2 | _coords |
| osg::buffered_object< Coords3 > | _transformedCoords |
| TexCoords | _texcoords |
| LineNumbers | _lineNumbers |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|