↧
Determining which fonts are embedded in a Flex application
The following example shows how you can determine which fonts are embedded within your Flex application by using the SystemManager class’s embeddedFontList property. Full code after the jump. <?xml...
View ArticleDetermining if a specific font is embedded in a Flex application
In a previous example, “Determining which fonts are embedded in a Flex application”, we saw how to display a list of all embedded fonts within a Flex application. The following example shows how you...
View Article