Packageutils.common.fonts
Classpublic class FontLoader
InheritanceFontLoader Inheritance Object

FontLoader.as Loader for embeded fonts.



Public Properties
 PropertyDefined By
  embededFonts : Array
[read-only]
FontLoader
  loadFontLibrary : Boolean
FontLoader
  testFont : TextField
[read-only]
FontLoader
Public Methods
 MethodDefined By
  
FontLoader
  
FontLoader
Property Detail
embededFontsproperty
embededFonts:Array  [read-only]


Implementation
    public function get embededFonts():Array
loadFontLibraryproperty 
loadFontLibrary:Boolean


Implementation
    public function get loadFontLibrary():Boolean
    public function set loadFontLibrary(value:Boolean):void
testFontproperty 
testFont:TextField  [read-only]


Implementation
    public function get testFont():TextField
Constructor Detail
FontLoader()Constructor
public function FontLoader()



Method Detail
showEmbeddedFonts()method
public function showEmbeddedFonts():void