I'm trying to embed a font in an actionscript project.  That works fine, but if I try to set a specific a unicode range I start fo have problems.  The code and error follows:

         [Embed(systemFont='Arial', fontName='myArial',
         mimeType='application/x-font',
         unicodeRange='U+0000-U+007F,U+0080–U+00FF'
         )]
         public var Font:Class;

         Error: invalid Unicode range '0080–U+00FF'

Note that if I change the range to 'U+0000-U+007F,U+00FF' it works fine.

Anyone seen this before?  Is it a bug?

- Dan
__._,_.___

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





SPONSORED LINKS
Software development tool Software development Software development services
Home design software Software development company

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

Reply via email to