ios - Font issue with Apportable -


looks there issue fonts support when porting cocos2d ios project using apportable. if font extensions written capital letters "cartoon.ttf" , labels initialized "cartoon.ttf" text not visible or used standard font instead of defined.

would nice have font support no meter of letters case in apportable

to fix should rename font extension lower case letters "cartoon.ttf" , change labels property "cartoon.ttf".


Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -