How Rich is the Text? Might it specify a different font?
On 6/16/16, 3:28 PM, "chris_d_k" <[email protected]> wrote:
>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 doing
>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/Flex-Mobile-Air-RichText-Co
>mponent-Embedded-Font-not-used-tp12847.html
>Sent from the Apache Flex Users mailing list archive at Nabble.com.