Skip to main content
Known Participant
August 5, 2011
Answered

Embed Font in iOS (FLASH CS5 AS3)

  • August 5, 2011
  • 1 reply
  • 3413 views

I created an app ( a simple scoreboard) but when i publish it... I am not able to see the correct font (i used a LCD-type font TTF)! I know i have to embed it. I have done it but it still don't work. Need some help!
INFO: Using Adobe Flash CS5, compiling with AS3, AIR FOR IOS mode.

This topic has been closed for replies.
Correct answer sinious

Can you be more explicit, i don't anderstand hw you have to modify the info.plist ?


http://blog.flexexamples.com/2008/10/15/embedding-fonts-in-flex-gumbo/

Do remember. Fonts are copyrightable property. If you don't have permission to embed a non-native font then you shouldn't.

Here's a good list of iOS Fonts:

http://iosfonts.com/

1 reply

relaxatraja
Inspiring
August 5, 2011

Some fonts will not work as expected:

Fontlist by Adobe:

For best appearance, use device fonts. For example, the following fonts are device fonts on the iPhone:

Serif: Times New Roman, Georgia, and _serif

Sans-serif: Helvetica, Arial, Verdana, Trebuchet, Tahoma, and _sans

Fixed-width: Courier New, Courier, and _typewriter

Use fonts that are 14 pixels or larger.

Known Participant
August 5, 2011

I really need this font... i downloaded it from the internet i don't know if it's compatible. It's called "DS-Digital".
In case it won't work, is there a solution (for example replacing text with Images) ?

OOOK Problem Solved! Embedded font and modified the "Info.plist" file in the app folder.

relaxatraja
Inspiring
August 5, 2011

Great!