You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Carol Frampton (Commented) (JIRA)" <ji...@apache.org> on 2012/03/26 17:30:26 UTC

[jira] [Commented] (FLEX-31) Flex SDK 4.5.1A font compile issue

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

Carol Frampton commented on FLEX-31:
------------------------------------

Please be more specific when you enter a bug.  Please include a complete snippet of the code that doesn't work as well as the exact name and version of the code that you are using. 
                
> 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