|
MyGUI 3.4.2
|
#include <MyGUI_FontData.h>
Public Member Functions | |
| GlyphInfo (Char _codePoint=0U, float _width=0.0f, float _height=0.0f, float _advance=0.0f, float _bearingX=0.0f, float _bearingY=0.0f, const FloatRect &_uvRect=FloatRect()) | |
Data Fields | |
| Char | codePoint |
| float | width |
| float | height |
| float | advance |
| float | bearingX |
| float | bearingY |
| FloatRect | uvRect |
Definition at line 39 of file MyGUI_FontData.h.
|
inline |
Definition at line 41 of file MyGUI_FontData.h.
| float MyGUI::GlyphInfo::advance |
Definition at line 62 of file MyGUI_FontData.h.
| float MyGUI::GlyphInfo::bearingX |
Definition at line 63 of file MyGUI_FontData.h.
| float MyGUI::GlyphInfo::bearingY |
Definition at line 64 of file MyGUI_FontData.h.
| Char MyGUI::GlyphInfo::codePoint |
Definition at line 59 of file MyGUI_FontData.h.
| float MyGUI::GlyphInfo::height |
Definition at line 61 of file MyGUI_FontData.h.
| FloatRect MyGUI::GlyphInfo::uvRect |
Definition at line 65 of file MyGUI_FontData.h.
| float MyGUI::GlyphInfo::width |
Definition at line 60 of file MyGUI_FontData.h.