Archive for the 'SystemManager' Category

31
Mar

Determining 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 can check for a certain embedded font by using the Flex StyleManager class’s isFontFaceEmbedded() method.

Full code after the jump.

Continue reading ‘Determining if a specific font is embedded in a Flex application’

31
Mar

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.

Continue reading ‘Determining which fonts are embedded in a Flex application’