Documentation
Urho3D::FontGlyph Struct Reference
Font glyph description. More...
#include <FontFace.h>
Public Member Functions | |
| FontGlyph () | |
| Construct. | |
Public Attributes | |
| short | x_ |
| X position in texture. | |
| short | y_ |
| Y position in texture. | |
| short | width_ |
| Width. | |
| short | height_ |
| Height. | |
| short | offsetX_ |
| Glyph X offset from origin. | |
| short | offsetY_ |
| Glyph Y offset from origin. | |
| short | advanceX_ |
| Horizontal advance. | |
| unsigned | page_ |
| Texture page. M_MAX_UNSIGNED if not yet resident on any texture. | |
| bool | used_ |
| Used flag. | |
Detailed Description
Font glyph description.
The documentation for this struct was generated from the following files:
- /home/travis/build/urho3d/Urho3D/Source/Urho3D/UI/FontFace.h
- /home/travis/build/urho3d/Urho3D/Source/Urho3D/UI/FontFace.cpp
