|
OGRE
1.9.0
|
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.
Definition at line 142 of file OgreFont.h.
Definition at line 148 of file OgreFont.h.
References aspectRatio, codePoint, and uvRect.
| Real Ogre::Font::GlyphInfo::aspectRatio |
Definition at line 146 of file OgreFont.h.
Referenced by GlyphInfo().
| CodePoint Ogre::Font::GlyphInfo::codePoint |
Definition at line 144 of file OgreFont.h.
Referenced by GlyphInfo().
| UVRect Ogre::Font::GlyphInfo::uvRect |
Definition at line 145 of file OgreFont.h.
Referenced by GlyphInfo().
1.13.2