|  | OGRE 14.3
    Object-Oriented Graphics Rendering Engine | 
Information about the position and size of a glyph in a texture. More...
#include <OgreFont.h>
| Public Types | |
| typedef uint32 | CodePoint | 
| typedef FloatRect | UVRect | 
| Public Attributes | |
| float | advance | 
| float | aspectRatio | 
| float | bearing | 
| CodePoint | codePoint | 
| UVRect | uvRect | 
Information about the position and size of a glyph in a texture.
| typedef uint32 Ogre::GlyphInfo::CodePoint | 
| typedef FloatRect Ogre::GlyphInfo::UVRect | 
| CodePoint Ogre::GlyphInfo::codePoint | 
Referenced by Ogre::Font::setGlyphInfo().
| UVRect Ogre::GlyphInfo::uvRect | 
| float Ogre::GlyphInfo::aspectRatio | 
| float Ogre::GlyphInfo::bearing | 
| float Ogre::GlyphInfo::advance |