You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CCLabelBMFont class does not format long paragraphs of text properly. We seem to have to add spaces around the newline character to get it to not double space between paragraphs.
The text was updated successfully, but these errors were encountered:
Changing the test case so that it uses the "Text" attribute to reset the label and setting LineBreakWithoutSpace to true seems to correct this behavior.
The CCLabelBMFont class does not format long paragraphs of text properly. We seem to have to add spaces around the newline character to get it to not double space between paragraphs.
The text was updated successfully, but these errors were encountered: