-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
Several problems with CCLabelTTF:
- using a or a "." in a text results in a weird change in the labels boundingbox.height (it gets higher). The result is that the positioning of labels with a space in them is incorrect and unpredictable.
- CCLabelTTF sometime uses the completely wrong font and wrong font size. This usually happens in my game after having changed the label contents several times (I cannot use CCLabelBMFont due to performance issues on WP8). I have about 30 labels on screen that regularly change.
- other than the second bullet: extensive use in CCLabelTTF in a scene results in a crash (out of memory).
Metadata
Metadata
Assignees
Labels
No labels