This might be an easy question, but I couldn't find anything about it when searching the forum.
Is there a way to insert line breaks in a BitmapFontAtlas label? I've tried \n or \r\n like so:
BitmapFontAtlas *scoreLabel= [BitmapFontAtlas bitmapFontAtlasWithString:@"Test\nTest\r\nTest" fntFile:@"bitmapFont.fnt"];
however, this results in a label that shows "TestTestTest" with no line breaks.
- kalx