1
Development / Re: [iOS] problem with ttf fonts
« on: June 06, 2011, 11:19:13 AM »
Thank's a lot!
I forget about this settings!
I forget about this settings!
Forum rules - please read before posting, it can save you a lot of time.
However, on iOS the engine is not able to access the system font directory, for that reason you MUST include .ttf files with the iOS version of your game.
TTFONT
{
SIZE = 12
FILENAME = "fonts\comic.ttf"
COLOR { 100, 0, 0 }
ALPHA = 255
}