| Urho3D
    | 
Font glyph description. More...
#include </home/runner/work/Dviglo/Dviglo/DvigloRepository/Source/Urho3D/UI/FontFace.h>
| Public Attributes | |
| short | x_ {} | 
| X position in texture. | |
| short | y_ {} | 
| Y position in texture. | |
| short | texWidth_ {} | 
| Width in texture. | |
| short | texHeight_ {} | 
| Height in texture. | |
| float | width_ {} | 
| Width on screen. | |
| float | height_ {} | 
| Height on screen. | |
| float | offsetX_ {} | 
| Glyph X offset from origin. | |
| float | offsetY_ {} | 
| Glyph Y offset from origin. | |
| float | advanceX_ {} | 
| Horizontal advance. | |
| unsigned | page_ {M_MAX_UNSIGNED} | 
| Texture page. M_MAX_UNSIGNED if not yet resident on any texture. | |
| bool | used_ {} | 
| Used flag. | |
Font glyph description.
 1.8.17
 1.8.17