Does the text flow specify another font to use? Make sure the text flow
specifies, "StandardFontAsCFF"
On Jun 16, 2016 6:08 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-Component-Embedded-Font-not-used-tp12847.html
> Sent from the Apache Flex Users mailing list archive at Nabble.com.
>