|
cocos2d-x
2.2.3-gd2.113-rev1ec524e
|
BMFont definition. More...
#include <CCLabelBMFont.h>
Public Attributes | |
| unsigned int | charID |
| ID of the character. More... | |
| CCRect | 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.
| CCRect 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)