Tag Archive for 'embeddedfontlist'

01
Apr

Embedding fonts in a Flex application using Embed metadata (redux)

In a previous example, “Embedding fonts in a Flex application using Embed metadata”, we saw how you could embed fonts using the [Embed] metadata with the source attribute.

The following example shows how you can embed system fonts in a Flex application using the [Embed] metadata with the systemFont attribute.

Full code after the jump.

Continue reading ‘Embedding fonts in a Flex application using Embed metadata (redux)’

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’