Tag Archive for 'fontname'

07
Feb

Embedding fonts in a Flex application using Embed metadata

The following example shows how you can embed a font using ActionScript and the [Embed] metadata.

Full code after the jump.

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

25
Oct

Embedding fonts from a Flash SWF file into a Flex application

The following examples show how you can embed a font from a Flash SWF into a Flex application using @font-face in a <mx:Style /> block, or using the [Embed] metadata.

Full code after the jump.

Continue reading ‘Embedding fonts from a Flash SWF file into a Flex application’