Posts tagged as:

embeddedFontList

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.

[click to continue…]

{ 7 comments }

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.

[click to continue…]

{ 0 comments }