SPTextField does not like two line feed with Bitmap Font
umxprime opened this issue · 3 comments
umxprime commented
Just try this :
SPTextField *textTest = [SPTextField textFieldWithWidth:500 height:100 text:@"OK\n\n" fontName:kMainFont fontSize:25 color:SP_WHITE];
[self addChild:textTest];
then self won't show up on stage...
currently using commit 84759ac
PrimaryFeather commented
Thanks for making me aware of that! I'll fix that ASAP!
umxprime commented
It took time to discover why my scene wasn't showing up on simulator (crash on device) due to one of our localization and transition from ttf font to bitmap font ;)
PrimaryFeather commented
I fixed that! Thanks again for the report! =)