| Package | asgard.text |
| Class | public class FontResource |
| Inheritance | FontResource ObjectResource SimpleValueObject CoreObject |
| Property | Defined by | ||
|---|---|---|---|
| autoRegister : Boolean
Indicates if the fonts in the external swf library (symbol class) are auto registered when the external file is loading.
| FontResource | ||
| checkPolicyFile : Boolean
Indicates if the assembly must check a policy file in the server of the external library to load.
| FontResource | ||
| DEFAULT_PATH : String = "" [static]
The root path of all stylesheet resources.
| FontResource | ||
![]() | description : String
The description of this resource.
| ObjectResource | |
| fonts : Array
The Array representation of all full class name of all embed fonts to load and register in the external library.
| FontResource | ||
![]() | id : *
(read-write) Indicates the id of this IValueObject.
| SimpleValueObject | |
![]() | owner : *
The owner reference of this resource.
| ObjectResource | |
| path : String
The optional path of the external font library to load.
| FontResource | ||
![]() | resource : String
The resource value.
| ObjectResource | |
![]() | title : String
The title of this resource.
| ObjectResource | |
![]() | type : String
The type of the resource.
| ObjectResource | |
![]() | verbose : Boolean
Indicates the verbose mode of the resource.
| ObjectResource | |
| Method | Defined by | ||
|---|---|---|---|
|
FontResource(init:Object = null)
Creates a new StyleSheetResource instance.
| FontResource | ||
|
Creates a new CoreActionLoader object with the resource.
| FontResource | ||
![]() |
equals(o:*):Boolean
Compares the specified object with this object for equality.
| SimpleValueObject | |
![]() |
Returns the internal
ILogger reference of this ILogable object. | CoreObject | |
![]() |
hashCode():uint
Returns a hashcode value for the object.
| CoreObject | |
![]() |
initialize(... args):void
The optional method invoked when the resource is loading.
| ObjectResource | |
![]() |
Sets the internal
ILogger reference of this ILogable object. | CoreObject | |
![]() |
toSource(indent:int = 0):String
Returns the string representation the source code of the object.
| CoreObject | |
![]() |
toString():String
Returns the
String representation of this object. | ObjectResource | |
| autoRegister | property |
public var autoRegister:BooleanIndicates if the fonts in the external swf library (symbol class) are auto registered when the external file is loading.
| checkPolicyFile | property |
public var checkPolicyFile:BooleanIndicates if the assembly must check a policy file in the server of the external library to load.
| DEFAULT_PATH | property |
public static var DEFAULT_PATH:String = ""The root path of all stylesheet resources.
| fonts | property |
public var fonts:ArrayThe Array representation of all full class name of all embed fonts to load and register in the external library.
| path | property |
public var path:StringThe optional path of the external font library to load.
| FontResource | () | constructor |
public function FontResource(init:Object = null)Creates a new StyleSheetResource instance.
Parametersinit:Object (default = null) — A generic object containing properties with which to populate the newly instance. If this argument is null, it is ignored.
|
| create | () | method |
public override function create():CoreActionLoaderCreates a new CoreActionLoader object with the resource.
ReturnsCoreActionLoader |