Hello,
I'm using the Andalus font, and everything worked fine with the emulator so I didn't think I'd have to be concerned with what it looked like on my Nexus 7.
But when I used it on Nexus 7, it was using a default font instead of Andalus.
How do I embed?
I tried:
| [Embed(source="./assets/fonts/andlso.ttf", | |
| fontName="Andalus", | |
| mimeType="application/x-font", | |
| fontWeight="normal", | |
| fontStyle="normal", | |
| unicodeRange="englishRange", | |
| advancedAntiAliasing="true")] | |
| private var myEmbeddedFont:Class; |
But I got an error:"invalid Unicode range 'ENGLISHRANGE'"
I browsed the web for help, and it had me editing up my AIR SDK files, but that didn't work at all.
Anyone have help? This should be easy to do. I must be missing something.