Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

FLASH FONT UnicodeRange

New Here ,
Feb 18, 2011 Feb 18, 2011
Hello,
I'm recently trying to develop a flash website that requires Russian, Polish and Korean fonts.
There are two movie clips. One is directly drawn in flash IDE the other one is created through a class file. In the one drawn directly in IDE I define the text field font in properties panel linking to a font shared in library. I define that all characters must be embedded, but it still doesn’t work.
On the movie clip created through a class file I is this code:
[Embed(source = 'fonts/YanoneKaffeesatz/YanoneKaffeesatz-Light.ttf', fontFamily = "light", fontWeight="light", advancedAntiAliasing="true", mimeType="application/x-font-truetype",  unicodeRange="U+0000-U+000c,U+0013-U+007f,U+0127-U+024f,U+0558-U+02db,U+0562-U+03a1,U+0579-U+03a9,U+0586-U+03c1,U+0603-U+03c9,U+0610-U+044f,U+0674-U+11f9,U+0924-U+1eff,U+1180-U+206f,U+1292-U+2084,U+1296-U+20cf,U+1344-U+2183,U+1476-U+2199,U+1486-U+2203,U+1488-U+2208,U+1490-U+221e,U+1492-U+222c,U+1498-U+2235,U+1500-U+223d,U+1502-U+2261,U+1504-U+2265,U+1506-U+226b,U+1508-U+2283,U+1510-U+2287,U+1512-U+246e,U+1527-U+2482,U+1542-U+24b5,U+1568-U+24e9,U+1594-U+2503,U+1598-U+2549,U+1660-U+25a1,U+1662-U+25a9,U+1669-U+25b3,U+1671-U+25b7,U+1673-U+25bd,U+1675-U+25c1,U+1677-U+25c8,U+1680-U+25d1,U+1684-U+2606,U+1686-U+260f,U+1688-U+2661,U+1690-U+2665,U+1693-U+266a,U+1697-U+266d,U+1699-U+303f,U+1763-U+318e,U+1857-U+321c,U+1886-U+327b,U+1914-U+3384,U+1919-U+33ca,U+1986-U+33d0,U+1988-U+33dd,U+1991-U+d7a3,U+13163-U+ff60,U+13259-U+ffe3,U+ffe5-U+ffe6" )]
I'm using this site to create the unicodeRange: http://www.zenoplex.jp/tools/unicoderange_generator.html
Both techniques don't work 
Any help?
Thanks
PM
TOPICS
ActionScript
3.4K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 18, 2011 Feb 18, 2011

First of all, does your Yanone Kaffeesatz font actually have Russian/Polish/Korean characters? I have this funny feeling it doesn't, and if so those characters will not be displayed

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 18, 2011 Feb 18, 2011

Hi Kenneth,

It looks like only polish characters are not inlcuded. Try this link http://www.google.com/webfonts/preview#font-family=Yanone+Kaffeesatz with these texts:

Polish

Istnieje wiele odmian fragmenty Lorem Ipsum dostępne, ale większość nie doznał zmiany w jakiejś formie, poprzez wniesienie humor, lub losowo słowa, które nie wyglądają nawet nieco wiarygodne.

Korean

Lorem Ipsum 사용할 수있는 구절 많은 변화가 있지만, 대부분의, 주입 유머로, 어떤 형태의 변경을 입었거나 조금이라도 믿을 보이지 않는 단어를 무작위. 당신은 Lorem Ipsum의 통로를 사용하려는 경우, 당신은 텍스트의 가운데에 숨겨진 뭔가 당황 없다는 확신해야합니다.

Russian

Есть много вариантов прохождения Lorem Ipsum доступны, но большинство пострадавших изменений в некоторые форме, вводится юмора, или рандомизированные слова, которые не выглядят даже немного правдоподобно.

I've tryed with Arial and still no luck

Thanks

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 19, 2011 Feb 19, 2011

> Try this link http://www.google.com/webfonts/preview#font-family=Yanone+Kaffeesatz with these texts:

Polish/Korean/Russian characters are rendered using browser default font, which means Yanone Kaffeesatz does not have these characters.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 21, 2011 Feb 21, 2011
LATEST

Hi Kenneth,

I think your right. I'll try testing with Arial or Trebuchet MS.

Thanks

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines