Hi,

we have an app with embedded fonts and we use a RichText-Component.

In RichText-Components the embedded font is not used. What am I doint wrong?

Here the css:

@font-face {
    src: url("../assets/fonts/corbel.ttf");
    fontFamily: "StandardFontAsCFF";
    fontWeight: normal;
    embedAsCFF: true;
    advancedAntiAliasing: false;
}

s|RichText {
    fontFamily: StandardFontAsCFF;
    fontLookup: embeddedCFF;
}

Kind regards 

Christian



--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/RichText-with-embedded-font-not-working-on-iOS-AIR-tp12846.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to