PrimaryFeather/Sparrow-Framework

SPTextField does not like two line feed with Bitmap Font

umxprime opened this issue · 3 comments

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

Thanks for making me aware of that! I'll fix that ASAP!

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 ;)

I fixed that! Thanks again for the report! =)