Return-Path: X-Original-To: apmail-flex-issues-archive@minotaur.apache.org Delivered-To: apmail-flex-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0B3EA180D9 for ; Tue, 15 Dec 2015 00:25:47 +0000 (UTC) Received: (qmail 85983 invoked by uid 500); 15 Dec 2015 00:25:46 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 85954 invoked by uid 500); 15 Dec 2015 00:25:46 -0000 Mailing-List: contact issues-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list issues@flex.apache.org Received: (qmail 85943 invoked by uid 99); 15 Dec 2015 00:25:46 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Dec 2015 00:25:46 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B2F002C1F6C for ; Tue, 15 Dec 2015 00:25:46 +0000 (UTC) Date: Tue, 15 Dec 2015 00:25:46 +0000 (UTC) From: "Alex Harui (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (FLEX-34909) Embedded fonts not working on charts 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-34909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Harui resolved FLEX-34909. ------------------------------- Resolution: Not A Problem Turns out you are supposed to use MXFTEText.css. See earlier comment > Embedded fonts not working on charts > ------------------------------------ > > Key: FLEX-34909 > URL: https://issues.apache.org/jira/browse/FLEX-34909 > Project: Apache Flex > Issue Type: Bug > Components: Charts > Affects Versions: Apache Flex 4.14.0 > Environment: Windows 7, 64 bit. > Reporter: Deepak MS > Assignee: Alex Harui > Attachments: SampleChart.mxml, SampleChart.zip > > > I'm try to use my own font for the charts. But if I do so, all labels for X and Y axes shows up as blank. > This is what I am trying: > @font-face > { > src: url("assets/fonts/CALIBRIL.TTF"); > fontFamily: myFont; > fontStyle: normal; > fontWeight: normal; > embedAsCFF: true; > advancedAntiAliasing: true; > } > height="100%" showDataTips="true" > width="50%" > seriesFilters="{[]}" > > > But if I use system fonts like Arial, Times etc, they all seem to work fine. > Version: Flex 4.14 AIR 16, FP 16 > More Details and work around can be found here: > http://apache-flex-users.2333346.n4.nabble.com/Embedded-font-for-Charts-td10793.html -- This message was sent by Atlassian JIRA (v6.3.4#6332)