[ 
https://issues.apache.org/jira/browse/FLEX-34806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14367740#comment-14367740
 ] 

Greg Dove commented on FLEX-34806:
----------------------------------

@Om no. But I can see it being embedded with emed-as-cff:false in the sdk:

frameworks\projects\mobiletheme\defaults.css

{noformat}
/*Roboto Fonts*/
@font-face {
        src: url("spark/skins/android4/assets/fonts/Roboto-Regular.ttf");
        fontFamily: RobotoRegular;
        embed-as-cff: false;
}

@font-face {
        src: url("spark/skins/android4/assets/fonts/Roboto-Bold.ttf");
        fontFamily: RobotoBold;
        fontWeight: bold;
        embed-as-cff: false;
}
{noformat}

Is that correct?

> 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)

Reply via email to