Struct representing data for individual char. More...
Public Attributes | |
unsigned | CharCode |
UTF32 char code. | |
float | X |
X position in the texture. Texture normalized space [0, 1]. | |
float | Y |
Y position in the texture. Texture normalized space [0, 1]. | |
float | Width |
Width of the char in the texture. Texture normalized space [0, 1]. | |
float | Height |
Height of the char in the texture. Texture normalized space [0, 1]. | |
int | OffsetX |
Offset in x direction, relative to the top left corner of the glyph image, applied to drawing position. In pixels according to the Size of the font. | |
int | OffsetY |
Offset in y direction, relative to the top left corner of the glyph image, applied to drawing position. In pixels according to the Size of the font. | |
unsigned | Advance |
Amount of pixels to advance after drawing the glyph, according to the Size of the font. | |
unsigned | ImageIndex |
Zero based index of the image this glyph resides in. | |
Struct representing data for individual char.