Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

TimeStepper Embedded Fonts #12

Open
jgrasmeder opened this issue Jul 18, 2011 · 1 comment
Open

TimeStepper Embedded Fonts #12

jgrasmeder opened this issue Jul 18, 2011 · 1 comment

Comments

@jgrasmeder
Copy link

Trying to use an embedded font but not having any luck. The console displays the following error "warning: incompatible embedded font 'Magistral' specified for mx.core::UITextField (UITextField2000) . This component requires that the embedded font be declared with embedAsCff=false." Normally when an <mx: control displays this message I would just change to the spark version and everything would be OK or if a Spark control is not available adding the following "textFieldClass: ClassReference("mx.core.UIFTETextField");" to the Style.css would also solve the issue for the mx controls.

How can I get the astra-flex controls to function when embedded fonts are used?

@joshtynjala
Copy link
Owner

For now, the only way to do it would be to embed the font twice. Once with CFF, once without.

I'll try to add the textFieldClass style, but I cannot guarantee that it will happen soon.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants