Displaying posts tagged with

“fonts”

Dec
7
2010

Flex 4 – How to embed Fonts and load it from another SWF

Create Font SWF in Flash Profesional Create new Action Script 3.0 project Go to library, use top-right icon and select New Font Select Font and on the ActionScript tab check Export for ActionScript Press F9 and add following code import flash.text.Font; Font.registerFont(FontName); Publish it Load it via Loader in FLex 4 Project private var fontSWF:Loader [...]