Project Alice
|
#include <bmfont.hpp>
Public Attributes | |
int32_t | x = 0 |
int32_t | y = 0 |
int32_t | width = 0 |
int32_t | height = 0 |
int32_t | x_offset = 0 |
int32_t | y_offset = 0 |
int32_t | x_advance = 0 |
int32_t | page = 0 |
Definition at line 43 of file bmfont.hpp.
int32_t text::char_descriptor::height = 0 |
Definition at line 47 of file bmfont.hpp.
int32_t text::char_descriptor::page = 0 |
Definition at line 51 of file bmfont.hpp.
int32_t text::char_descriptor::width = 0 |
Definition at line 46 of file bmfont.hpp.
int32_t text::char_descriptor::x = 0 |
Definition at line 44 of file bmfont.hpp.
int32_t text::char_descriptor::x_advance = 0 |
Definition at line 50 of file bmfont.hpp.
int32_t text::char_descriptor::x_offset = 0 |
Definition at line 48 of file bmfont.hpp.
int32_t text::char_descriptor::y = 0 |
Definition at line 45 of file bmfont.hpp.
int32_t text::char_descriptor::y_offset = 0 |
Definition at line 49 of file bmfont.hpp.