BMFont definition. More...
#include <CCLabelBMFont.h>
Public Attributes | |
unsigned int | charID |
ID of the character. More... | |
Rect | rect |
origin and size of the font More... | |
short | xOffset |
The X amount the image should be offset when drawing the image (in pixels) More... | |
short | yOffset |
The Y amount the image should be offset when drawing the image (in pixels) More... | |
short | xAdvance |
The amount to move the current position after drawing the character (in pixels) More... | |
BMFont definition.
unsigned int charID |
ID of the character.
Rect rect |
origin and size of the font
short xAdvance |
The amount to move the current position after drawing the character (in pixels)
short xOffset |
The X amount the image should be offset when drawing the image (in pixels)
short yOffset |
The Y amount the image should be offset when drawing the image (in pixels)