OpenSceneGraph
3.0.1
|
typedef osg::buffered_value<GLuint> osgText::Glyph::GLObjectList [protected] |
osgText::Glyph::Glyph | ( | Font * | font, |
unsigned int | glyphCode | ||
) |
virtual osgText::Glyph::~Glyph | ( | ) | [protected, virtual] |
Font* osgText::Glyph::getFont | ( | ) | [inline] |
const Font* osgText::Glyph::getFont | ( | ) | const [inline] |
unsigned int osgText::Glyph::getGlyphCode | ( | ) | const [inline] |
float osgText::Glyph::getHeight | ( | ) | const [inline] |
float osgText::Glyph::getHorizontalAdvance | ( | ) | const |
const osg::Vec2& osgText::Glyph::getHorizontalBearing | ( | ) | const |
const osg::Vec2& osgText::Glyph::getMaxTexCoord | ( | ) | const |
const osg::Vec2& osgText::Glyph::getMinTexCoord | ( | ) | const |
const GlyphTexture* osgText::Glyph::getTexture | ( | ) | const |
int osgText::Glyph::getTexturePositionX | ( | ) | const |
int osgText::Glyph::getTexturePositionY | ( | ) | const |
float osgText::Glyph::getVerticalAdvance | ( | ) | const |
const osg::Vec2& osgText::Glyph::getVerticalBearing | ( | ) | const |
float osgText::Glyph::getWidth | ( | ) | const [inline] |
void osgText::Glyph::setHeight | ( | float | height | ) | [inline] |
void osgText::Glyph::setHorizontalAdvance | ( | float | advance | ) |
void osgText::Glyph::setHorizontalBearing | ( | const osg::Vec2 & | bearing | ) |
void osgText::Glyph::setMaxTexCoord | ( | const osg::Vec2 & | coord | ) |
void osgText::Glyph::setMinTexCoord | ( | const osg::Vec2 & | coord | ) |
void osgText::Glyph::setTexture | ( | GlyphTexture * | texture | ) |
void osgText::Glyph::setTexturePosition | ( | int | posX, |
int | posY | ||
) |
void osgText::Glyph::setVerticalAdvance | ( | float | advance | ) |
void osgText::Glyph::setVerticalBearing | ( | const osg::Vec2 & | bearing | ) |
void osgText::Glyph::setWidth | ( | float | width | ) | [inline] |
void osgText::Glyph::subload | ( | ) | const |
Font* osgText::Glyph::_font [protected] |
GLObjectList osgText::Glyph::_globjList [mutable, protected] |
unsigned int osgText::Glyph::_glyphCode [protected] |
float osgText::Glyph::_height [protected] |
float osgText::Glyph::_horizontalAdvance [protected] |
osg::Vec2 osgText::Glyph::_horizontalBearing [protected] |
osg::Vec2 osgText::Glyph::_maxTexCoord [protected] |
osg::Vec2 osgText::Glyph::_minTexCoord [protected] |
GlyphTexture* osgText::Glyph::_texture [protected] |
int osgText::Glyph::_texturePosX [protected] |
int osgText::Glyph::_texturePosY [protected] |
float osgText::Glyph::_verticalAdvance [protected] |
osg::Vec2 osgText::Glyph::_verticalBearing [protected] |
float osgText::Glyph::_width [protected] |
![]() | Generated at Fri Apr 27 2012 20:41:33 for the OpenSceneGraph by doxygen 1.8.0. |