Skip to main content
Participant
January 27, 2010
Question

Identify device fonts compatible with Arabic text

  • January 27, 2010
  • 1 reply
  • 500 views

Hi,

Is there anyway to workout what device fonts are available that can render arabic text? I was hoping there would be something like similar to when you specify a font family list and default to _sans but I can't find anything? Does anybody have any solution or alternative method to solve this?

Cheers

This topic has been closed for replies.

1 reply

Adobe Employee
January 27, 2010

There's no programmatic way to do this in ActionScript, and its a bit tricky -- you need to find out which fonts have the correct glyphs and OpenType tables. But, I will say that in the new 10.1 Player (available as public beta), it is much better about fallback, so that if the font you specify doesn't have the correct glyphs, it will look for another font that does and use that instead. So if you were putting up a font menu, it would include all the fonts, but if the user picks one that doesn't work for that script, the text will still appear correctly, just in a different font. I think its a good question though. It would be nice if you could specify a locale, and get back a list of fonts.

- robin