Embed the font in CSS,

Set embedAsCFF: true for Label
@font-face { 
        src: url("assets/fonts/hindi.ttf"); 
        fontFamily: "hindicff"; 
        embedAsCFF: true; 
}

Set embedAsCFF: false for Button, List and other components
@font-face { 
        src: url("assets/fonts/hindi.ttf"); 
        fontFamily: "hindi"; 
        embedAsCFF: false; 
}

Thanks & Regards,
M.Prabhu



Office: +91 80 3307 1909 | Mobile: +91 9590100761
[email protected]

-----Original Message-----
From: Ash1703 [mailto:[email protected]] 
Sent: Monday, June 30, 2014 5:31 PM
To: [email protected]
Subject: Re: Cannot display Hindi Fonts in Flex Mobile Application

Hi Paul,

Thank you for a quick response.
Say if the devices doesn't support the fonts how am i suppose to embed fonts 
into the application.
It will be great if you can share a code or a reference.

Thanks




--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/Cannot-display-Hindi-Fonts-in-Flex-Mobile-Application-tp7068p7071.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to