Return to Snippet

Revision: 44919
at April 20, 2011 20:25 by burnandbass


Initial Code
// 	import flash.text.Font;


/*
Traced all embeded fonts
*/
trace('available fonts [' + Font.enumerateFonts().map(function(e:*, i:int, arr:Array):String { return e.fontName  }) + ']');

Initial URL


Initial Description
You have to import 	import flash.text.Font first

Initial Title
See all embeded fonts

Initial Tags


Initial Language
ActionScript 3