Urho3D
|
Font glyph description. More...
#include <Font.h>
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. | |
HashMap< unsigned, unsigned > | kerning_ |
Kerning information. |
Font glyph description.