home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Active Guide 2009 June
/
CAG06.ISO
/
Programos
/
TwonkyMediaManagerSetupStandard.exe
/
MediaManager
/
Japanese.swf
/
scripts
/
mx
/
core
/
IEmbeddedFontRegistry.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-02-09
|
425 b
|
15 lines
package mx.core
{
public interface IEmbeddedFontRegistry
{
function getAssociatedModuleFactory(param1:EmbeddedFont, param2:IFlexModuleFactory) : IFlexModuleFactory;
function registerFont(param1:EmbeddedFont, param2:IFlexModuleFactory) : void;
function deregisterFont(param1:EmbeddedFont, param2:IFlexModuleFactory) : void;
function getFonts() : Array;
}
}