Tag Archive for 'hasglyphs()'

31
Jan

Determining whether a font has specific glyphs in Flex

The following example shows how you can check whether an embedded font has a specific glyph by passing a string to the hasGlyph() method which returns a Boolean value indicating whether the font has the specified character(s).

Full code after the jump.

Continue reading ‘Determining whether a font has specific glyphs in Flex’