OGRE
1.11.6
Object-Oriented Graphics Rendering Engine
|
Information about the position and size of a glyph in a texture. More...
#include <OgreFont.h>
Public Member Functions | |
GlyphInfo (CodePoint id, const UVRect &rect, Real aspect) | |
Public Attributes | |
Real | aspectRatio |
CodePoint | codePoint |
UVRect | uvRect |
Information about the position and size of a glyph in a texture.
CodePoint Ogre::Font::GlyphInfo::codePoint |
UVRect Ogre::Font::GlyphInfo::uvRect |
Real Ogre::Font::GlyphInfo::aspectRatio |