How did you embed the font? Did you change the character range to include these high-ascii characters?
 
Note by default the english range is used which by default has the range U+0020-U+007E. You'd either need to create a new language range in the flex-config.xml file and refer to this by name in the CSS @font-face style (or equivalent Embed metadata syntax), or just specify the range yourself in the CSS directly.
 
http://livedocs.macromedia.com/labs/1/flex20beta2/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=Part2_DevApps.html
 
 
 
 
 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Rovira
Sent: Monday, May 01, 2006 4:50 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] [Flex2] Problems with Fonts

Hi,

I was developing a piece of software that requieres an embeded font and I'm having problems with a range of symbols in that font.

I'm parsing XML an using "String.fromCharCode(<decimal character code>);" sentece to write font symbols to a textarea.
(Note that <decimal character code> is a number from 32 - 255 in a chart of font symbols of the embeded font)

The problem is that I can't access some symbols in the embeded font. In particular those that goes from 128-159 range.

I trying to find some solution with no luck at all. All programs that I use to load the font and see the glyps shows the entire font without problem and shows the decimal numbers matching the ones I have in the chart.

Hope someone could give me some advice so I can follow developing my application and accesing that glyps.

Thanks in advance.


--
::| Carlos Rovira
::| http://www.carlosrovira.com

--
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




Reply via email to