Did you try adding it in your style sheet like this:
@font-face { 
   src: url("assets/fonts/arial.ttf");
   fontFamily:futura;
   unicode-range: "glyphs";
}

Then in your flex-config.xml set the unicode-range:
<language-range>
   <lang>glyphs</lang>
   <range>U+0E01-U+0E5B</range>
</language-range>


Rob Rusher
 
RIA Consultant
Macromedia Certified Flex Instructor
e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher

-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Michael Klishin
Sent: Sunday, January 01, 2006 1:41 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Embed font's glyphs in AS3 Project in Flex Builder
2 alpha

JesterXL wrote:
> [Embed(systemFont='Arial', mimeType='application/x-font-truetype')]

Thanks Jesse but this will embed the whole font, won't it? What if I 
need, say, just numerals? Or just letters a, j, u, and w?

Is there a way to do it?

-- 
Michael "Antares" Klishin,

Email: [EMAIL PROTECTED]
Web: www.novemberain.com

Non progredi est regredi


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to