Flex SDK 4.5.1A font compile issue
----------------------------------

                 Key: FLEX-31
                 URL: https://issues.apache.org/jira/browse/FLEX-31
             Project: Apache Flex
          Issue Type: Bug
            Reporter: jing zhe shan
            Assignee: Bertrand Delacretaz


In style sheet, declared embedAsCff = true,  however when running the 
application still give me the warning 
"warning: incompatible embedded font 'SegoeUI' specified for 
spark.components::Label (Label7) . This component requires that the embedded 
font be declared with embedAsCFF=true."

@font-face 
{
        embedAsCFF: true;
        src:url(assets/SEGOEUI.TTF);
        font-family: "SegoeUI";
        font-weight: normal;
}

Tried with SDK 4.5.1 and SDK 4.6 both are working fine.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to