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.
CodePoint Ogre::GlyphInfo::codePoint |
UVRect Ogre::GlyphInfo::uvRect |
float Ogre::GlyphInfo::aspectRatio |
float Ogre::GlyphInfo::bearing |
float Ogre::GlyphInfo::advance |