You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Justin Mclean (JIRA)" <ji...@apache.org> on 2014/04/01 09:56:17 UTC

[jira] [Updated] (FLEX-33061) Flex SDK 4.5.1A font compile issue

     [ https://issues.apache.org/jira/browse/FLEX-33061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Mclean updated FLEX-33061:
---------------------------------

    Labels: easytest  (was: )

> Flex SDK 4.5.1A font compile issue
> ----------------------------------
>
>                 Key: FLEX-33061
>                 URL: https://issues.apache.org/jira/browse/FLEX-33061
>             Project: Apache Flex
>          Issue Type: Bug
>            Reporter: Alex Harui
>              Labels: easytest
>
> 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 was sent by Atlassian JIRA
(v6.2#6252)