home *** CD-ROM | disk | FTP | other *** search
/ Computer Active 2010 August / CA08.iso / Multimedija / shufflr.air / ShufflrClient.swf / scripts / mx / core / IFontContextComponent.as < prev    next >
Encoding:
Text File  |  2010-06-23  |  211 b   |  11 lines

  1. package mx.core
  2. {
  3.    public interface IFontContextComponent
  4.    {
  5.       function get fontContext() : IFlexModuleFactory;
  6.       
  7.       function set fontContext(param1:IFlexModuleFactory) : void;
  8.    }
  9. }
  10.  
  11.