You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by chris_d_k <ck...@christiankiefer.de> on 2016/06/16 22:21:16 UTC

RichText with embedded font not working on iOS (AIR)

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.