Urho3D
Public Attributes | List of all members
Urho3D::FontGlyph Struct Reference

Font glyph description. More...

#include </home/runner/work/rurho3d.github.io/rurho3d.github.io/urho3d_repo/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.
 
i32 page_ {NINDEX}
 Texture page. NINDEX 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 file: