#include <PropaneFont.h>
Public Attributes | |
| float | s |
| Absolute coordinate X on the sprite sheet, in texcoords (NOTE: s and t are generated when loading from FNT). | |
| float | t |
| Absolute coordinate Y on the sprite sheet, in texcoords (NOTE: s and t are generated when loading from FNT). | |
| float | w |
| Width of this character on the sprite sheet, in pixels. | |
| float | h |
| Height of this character on the sprite sheet, in pixels. | |
| int | xadvance |
| The amount of space to 'advance' when printing this character, in pixels. | |
| int | char_id |
| The ASCII ID for this character. Likely to change with Unicode BMFont. | |
| int | page |
| The texture page this character is found on. PropaneFont only supports single page texture fonts. | |
| int | xoffset |
| The x-offset to print at. | |
| int | yoffset |
| The y-offset to print at. | |
1.4.6