[
https://issues.apache.org/jira/browse/FLEX-34806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14367759#comment-14367759
]
OmPrakash Muppirala commented on FLEX-34806:
--------------------------------------------
Yes, that is correct. But that is (supposed to be ) only for
StyleableTextField instances, not spark text components. I am wondering if
some Label or RichEditableText is explicitly setting it to a RobotoRegular
fontfamily.
One other possibility is that I am setting the global fontFamily to
'RobotoRegular'. That might be it.
Since I am not able to replicate this issue in my environment, can you try
removing it from the global style definition in
frameworks\projects\mobiletheme\defaults.css
I see two instances, one for iOS on line 950 and one for android on line 1492.
If you can test and confirm, I will apply this fix locally and check it in.
> Warning about font embedding on label component
> -----------------------------------------------
>
> Key: FLEX-34806
> URL: https://issues.apache.org/jira/browse/FLEX-34806
> Project: Apache Flex
> Issue Type: Bug
> Components: Spark: Label
> Affects Versions: Apache Flex 4.14.0
> Environment: Run on device on Android or iOS.
> Reporter: Ross Taylor
> Assignee: OmPrakash Muppirala
> Priority: Minor
> Attachments: TestNavigator.fxp
>
>
> The following warning is shown in the debugger for every label used in the
> application:
> warning: incompatible embedded font 'RobotoRegular' specified for
> spark.components::Label (Label36) . This component requires that the embedded
> font be declared with embedAsCFF=true.
> Occurs when debugging on iOS or Android device.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)