Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7BBC19EFE for ; Mon, 26 Mar 2012 20:30:51 +0000 (UTC) Received: (qmail 66950 invoked by uid 500); 26 Mar 2012 20:30:50 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 66910 invoked by uid 500); 26 Mar 2012 20:30:50 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 66902 invoked by uid 99); 26 Mar 2012 20:30:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Mar 2012 20:30:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Mar 2012 20:30:48 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8050F347D1F for ; Mon, 26 Mar 2012 20:30:27 +0000 (UTC) Date: Mon, 26 Mar 2012 20:30:27 +0000 (UTC) From: "jing zhe shan (Commented) (JIRA)" To: flex-dev@incubator.apache.org Message-ID: <1049103780.19332.1332793827526.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <618317519.15592.1332722788914.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (FLEX-31) Flex SDK 4.5.1A font compile issue MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLEX-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13238785#comment-13238785 ] jing zhe shan commented on FLEX-31: ----------------------------------- Code snippet: /* CSS file */ @namespace s "library://ns.adobe.com/flex/spark"; @namespace mx "library://ns.adobe.com/flex/mx"; @font-face { embedAsCFF: true; src:url(assets/SEGOEUI.TTF); font-family: "SegoeUI"; font-weight: normal; } @font-face { embedAsCFF: true; src:url(assets/SEGUISB.TTF); font-family: "SegoeUI"; font-weight: bold; } ---------------------------------------------------------------------------------------------------------------------------------------------------- warning: incompatible embedded font 'SegoeUI' specified for spark.components::Label (Label7) . This component requires that the embedded font be declared with embedAsCFF=true. warning: incompatible embedded font 'SegoeUI' specified for spark.components::Label (Label6) . This component requires that the embedded font be declared with embedAsCFF=true. > 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