typedef osg::buffered_value<GLuint> osgText::Font::Glyph::GLObjectList [protected] |
osgText::Font::Glyph::Glyph | ( | ) |
virtual osgText::Font::Glyph::~Glyph | ( | ) | [protected, virtual] |
unsigned int osgText::Font::Glyph::getGlyphCode | ( | ) | const |
void osgText::Font::Glyph::setHorizontalBearing | ( | const osg::Vec2 & | bearing | ) |
const osg::Vec2& osgText::Font::Glyph::getHorizontalBearing | ( | ) | const |
void osgText::Font::Glyph::setHorizontalAdvance | ( | float | advance | ) |
float osgText::Font::Glyph::getHorizontalAdvance | ( | ) | const |
void osgText::Font::Glyph::setVerticalBearing | ( | const osg::Vec2 & | bearing | ) |
const osg::Vec2& osgText::Font::Glyph::getVerticalBearing | ( | ) | const |
void osgText::Font::Glyph::setVerticalAdvance | ( | float | advance | ) |
float osgText::Font::Glyph::getVerticalAdvance | ( | ) | const |
void osgText::Font::Glyph::setTexture | ( | GlyphTexture * | texture | ) |
GlyphTexture* osgText::Font::Glyph::getTexture | ( | ) |
const GlyphTexture* osgText::Font::Glyph::getTexture | ( | ) | const |
void osgText::Font::Glyph::setTexturePosition | ( | int | posX, | |
int | posY | |||
) |
int osgText::Font::Glyph::getTexturePositionX | ( | ) | const |
int osgText::Font::Glyph::getTexturePositionY | ( | ) | const |
void osgText::Font::Glyph::setMinTexCoord | ( | const osg::Vec2 & | coord | ) |
const osg::Vec2& osgText::Font::Glyph::getMinTexCoord | ( | ) | const |
void osgText::Font::Glyph::setMaxTexCoord | ( | const osg::Vec2 & | coord | ) |
const osg::Vec2& osgText::Font::Glyph::getMaxTexCoord | ( | ) | const |
void osgText::Font::Glyph::subload | ( | ) | const |
void osgText::Font::Glyph::draw | ( | osg::State & | state | ) | const |
Font* osgText::Font::Glyph::_font [protected] |
unsigned int osgText::Font::Glyph::_glyphCode [protected] |
osg::Vec2 osgText::Font::Glyph::_horizontalBearing [protected] |
float osgText::Font::Glyph::_horizontalAdvance [protected] |
osg::Vec2 osgText::Font::Glyph::_verticalBearing [protected] |
float osgText::Font::Glyph::_verticalAdvance [protected] |
GlyphTexture* osgText::Font::Glyph::_texture [protected] |
int osgText::Font::Glyph::_texturePosX [protected] |
int osgText::Font::Glyph::_texturePosY [protected] |
osg::Vec2 osgText::Font::Glyph::_minTexCoord [protected] |
osg::Vec2 osgText::Font::Glyph::_maxTexCoord [protected] |
GLObjectList osgText::Font::Glyph::_globjList [mutable, protected] |