![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
Character data for UI elements. More...
#include <UiFont.h>
Public Attributes | |
int | char_code |
The character code. More... | |
int | x |
The character X position in the font image. More... | |
int | y |
The character Y position in the font image. More... | |
int | width |
The character width. More... | |
int | height |
The character height. More... | |
int | pre |
int | post |
Character data for UI elements.
int UiCharData::char_code |
The character code.
int UiCharData::height |
The character height.
int UiCharData::post |
int UiCharData::pre |
int UiCharData::width |
The character width.
int UiCharData::x |
The character X position in the font image.
int UiCharData::y |
The character Y position in the font image.