You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: