Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes

osgText::Font::Glyph Class Reference

Inheritance diagram for osgText::Font::Glyph:
osg::Image osg::Object osg::Referenced

List of all members.

Public Member Functions

 Glyph ()
unsigned int getGlyphCode () const
void setHorizontalBearing (const osg::Vec2 &bearing)
const osg::Vec2getHorizontalBearing () const
void setHorizontalAdvance (float advance)
float getHorizontalAdvance () const
void setVerticalBearing (const osg::Vec2 &bearing)
const osg::Vec2getVerticalBearing () const
void setVerticalAdvance (float advance)
float getVerticalAdvance () const
void setTexture (GlyphTexture *texture)
GlyphTexturegetTexture ()
const GlyphTexturegetTexture () const
void setTexturePosition (int posX, int posY)
int getTexturePositionX () const
int getTexturePositionY () const
void setMinTexCoord (const osg::Vec2 &coord)
const osg::Vec2getMinTexCoord () const
void setMaxTexCoord (const osg::Vec2 &coord)
const osg::Vec2getMaxTexCoord () const
void subload () const
void draw (osg::State &state) const

Protected Types

typedef osg::buffered_value
< GLuint > 
GLObjectList

Protected Member Functions

virtual ~Glyph ()

Protected Attributes

Font_font
unsigned int _glyphCode
osg::Vec2 _horizontalBearing
float _horizontalAdvance
osg::Vec2 _verticalBearing
float _verticalAdvance
GlyphTexture_texture
int _texturePosX
int _texturePosY
osg::Vec2 _minTexCoord
osg::Vec2 _maxTexCoord
GLObjectList _globjList

Member Typedef Documentation


Constructor & Destructor Documentation

osgText::Font::Glyph::Glyph (  )
virtual osgText::Font::Glyph::~Glyph (  ) [protected, virtual]

Member Function Documentation

void osgText::Font::Glyph::draw ( osg::State state ) const
unsigned int osgText::Font::Glyph::getGlyphCode (  ) const
float osgText::Font::Glyph::getHorizontalAdvance (  ) const
const osg::Vec2& osgText::Font::Glyph::getHorizontalBearing (  ) const
const osg::Vec2& osgText::Font::Glyph::getMaxTexCoord (  ) const
const osg::Vec2& osgText::Font::Glyph::getMinTexCoord (  ) const
GlyphTexture* osgText::Font::Glyph::getTexture (  )
const GlyphTexture* osgText::Font::Glyph::getTexture (  ) const
int osgText::Font::Glyph::getTexturePositionX (  ) const
int osgText::Font::Glyph::getTexturePositionY (  ) const
float osgText::Font::Glyph::getVerticalAdvance (  ) const
const osg::Vec2& osgText::Font::Glyph::getVerticalBearing (  ) const
void osgText::Font::Glyph::setHorizontalAdvance ( float  advance )
void osgText::Font::Glyph::setHorizontalBearing ( const osg::Vec2 bearing )
void osgText::Font::Glyph::setMaxTexCoord ( const osg::Vec2 coord )
void osgText::Font::Glyph::setMinTexCoord ( const osg::Vec2 coord )
void osgText::Font::Glyph::setTexture ( GlyphTexture texture )
void osgText::Font::Glyph::setTexturePosition ( int  posX,
int  posY 
)
void osgText::Font::Glyph::setVerticalAdvance ( float  advance )
void osgText::Font::Glyph::setVerticalBearing ( const osg::Vec2 bearing )
void osgText::Font::Glyph::subload (  ) const

Member Data Documentation

unsigned int osgText::Font::Glyph::_glyphCode [protected]

The documentation for this class was generated from the following file: