Font embed AIR 24 / 25 [HELP]
Does anyone know how to get this to work? The example I found says to do it like this in your app-xml
?xml version="1.0" encoding="utf-8" standalone="no"?>
<application xmlns="http://ns.adobe.com/air/application/24.0">
<embedFonts>
<font>
<fontName>Life is goofy</fontName>
<fontPath>life_is_goofy.ttf</fontPath>
</font>
</embedFonts>
</application>
I try this and I get an error. I'm using a Mac. Trying to build an Android app with the embedded font. Any help appreciated here.
