Mega Code Archive
Categories
/
Flex
/
Graphics
Load font from ttf file and use it in style
global { fontFamily: gothicCentury; }
[Embed(source="a.ttf", fontName="gothicCentury")] private var _centuryGothic:Class;