Package | com.adobe.indesign |
Class | public class FontTypes |
Inheritance | FontTypes ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
atc : FontTypes [static] [read-only] Alias for ATC. | FontTypes | ||
ATC : FontTypes [static] [read-only]
ATC. | FontTypes | ||
bitmap : FontTypes [static] [read-only] Alias for BITMAP. | FontTypes | ||
BITMAP : FontTypes [static] [read-only]
Bitmap. | FontTypes | ||
cid : FontTypes [static] [read-only] Alias for CID. | FontTypes | ||
CID : FontTypes [static] [read-only]
CID. | FontTypes | ||
enumCache : CSEnumSharedCache [static] [read-only] | FontTypes | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
ocf : FontTypes [static] [read-only] Alias for OCF. | FontTypes | ||
OCF : FontTypes [static] [read-only]
OCF. | FontTypes | ||
opentypeCff : FontTypes [static] [read-only] Alias for OPENTYPE_CFF. | FontTypes | ||
OPENTYPE_CFF : FontTypes [static] [read-only]
OpenType CFF. | FontTypes | ||
opentypeCid : FontTypes [static] [read-only] Alias for OPENTYPE_CID. | FontTypes | ||
OPENTYPE_CID : FontTypes [static] [read-only]
OpenType CID. | FontTypes | ||
opentypeTt : FontTypes [static] [read-only] Alias for OPENTYPE_TT. | FontTypes | ||
OPENTYPE_TT : FontTypes [static] [read-only]
OpenType TT. | FontTypes | ||
truetype : FontTypes [static] [read-only] Alias for TRUETYPE. | FontTypes | ||
TRUETYPE : FontTypes [static] [read-only]
TrueType. | FontTypes | ||
type1 : FontTypes [static] [read-only] Alias for TYPE_1. | FontTypes | ||
TYPE_1 : FontTypes [static] [read-only]
Type 1. | FontTypes | ||
unknown : FontTypes [static] [read-only] Alias for UNKNOWN. | FontTypes | ||
UNKNOWN : FontTypes [static] [read-only]
The font type is unknown. | FontTypes | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
FontTypes(ho:HostObject = null, enum:Number)
Constructor
| FontTypes | ||
![]() | filterArgsForHBAPI(args:Array):Array [static]
Function to clean up the argument list and put it into a format that
makes sense for HBAPI. | CSHostObject | |
![]() | filterSingleObjectForHBAPI(value:Object):Object [static]
| CSHostObject | |
![]() | getClassObjectForName(className:String):HostObject [static] This returns a "Class" object, meaning, a HostObject that can be used
to make static function calls or get static properties
| CSHostObject | |
![]() | getSpecialTranslation(className:String, ho:HostObject, expectedReturnType:Class, ownerName:String):* [static] | CSHostObject | |
![]() | hostCall(name:String, expectedReturnType:Class, rawargs:Array):*
Encapsulates a function call to the host
| CSHostObject | |
![]() | hostCallStatic(className:String, methodName:String, expectedReturnType:Class, rawargs:Array):* [static]
Implements a safe call of a static method on the host
| CSHostObject | |
![]() | hostGet(name:String, expectedReturnType:Class):*
Encapsulates a property get to the host
| CSHostObject | |
![]() | hostGetIndex(idx:Object, expectedReturnType:Class):*
Encapsulates a indexed get to the host
| CSHostObject | |
![]() | hostGetStatic(className:String, propertyName:String, expectedReturnType:Class):* [static]
Implements a safe get of a static property on the host
Used by for instance, all the enum implementations. | CSHostObject | |
![]() | hostSet(name:String, rawvalue:*):void
Encapsulates a property set to the host
| CSHostObject | |
![]() | hostSetStatic(className:String, propertyName:String, rawvalue:*):* [static]
Implements a safe set of a static property on the host
| CSHostObject | |
![]() | isDescendedFrom(clz:Class, ancClass:Class):Boolean [static] Efficiently determines whether or not one class descends from
another in inheritance hierarchy- class relationships are cached
by the ClassUtils implementation-
(uses org.as3commons lib to quickly discover class hierarchy. | CSHostObject | |
![]() | replaceDefaultArgs(args:Array, defaultArgs:Array):Array
Function to tidy up arguments prior to call. | CSHostObject | |
![]() | wrapReturnedHostObject(rawObject:Object, expectedReturnType:Class, client:CSHostObject, propertyName:String):* [static]
Method used on static/normal get/ hostcalls
| CSHostObject |
atc | property |
atc:FontTypes
[read-only] Since : | CS5 |
Alias for ATC. ATC.
public static function get atc():FontTypes
ATC | property |
ATC:FontTypes
[read-only] Since : | CS5 |
ATC.
public static function get ATC():FontTypes
bitmap | property |
bitmap:FontTypes
[read-only] Since : | CS5 |
Alias for BITMAP. Bitmap.
public static function get bitmap():FontTypes
BITMAP | property |
BITMAP:FontTypes
[read-only] Since : | CS5 |
Bitmap.
public static function get BITMAP():FontTypes
cid | property |
cid:FontTypes
[read-only] Since : | CS5 |
Alias for CID. CID.
public static function get cid():FontTypes
CID | property |
CID:FontTypes
[read-only] Since : | CS5 |
CID.
public static function get CID():FontTypes
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
ocf | property |
ocf:FontTypes
[read-only] Since : | CS5 |
Alias for OCF. OCF.
public static function get ocf():FontTypes
OCF | property |
OCF:FontTypes
[read-only] Since : | CS5 |
OCF.
public static function get OCF():FontTypes
OPENTYPE_CFF | property |
OPENTYPE_CFF:FontTypes
[read-only] Since : | CS5 |
OpenType CFF.
public static function get OPENTYPE_CFF():FontTypes
OPENTYPE_CID | property |
OPENTYPE_CID:FontTypes
[read-only] Since : | CS5 |
OpenType CID.
public static function get OPENTYPE_CID():FontTypes
OPENTYPE_TT | property |
OPENTYPE_TT:FontTypes
[read-only] Since : | CS5 |
OpenType TT.
public static function get OPENTYPE_TT():FontTypes
opentypeCff | property |
opentypeCff:FontTypes
[read-only] Since : | CS5 |
Alias for OPENTYPE_CFF. OpenType CFF.
public static function get opentypeCff():FontTypes
opentypeCid | property |
opentypeCid:FontTypes
[read-only] Since : | CS5 |
Alias for OPENTYPE_CID. OpenType CID.
public static function get opentypeCid():FontTypes
opentypeTt | property |
opentypeTt:FontTypes
[read-only] Since : | CS5 |
Alias for OPENTYPE_TT. OpenType TT.
public static function get opentypeTt():FontTypes
truetype | property |
truetype:FontTypes
[read-only] Since : | CS5 |
Alias for TRUETYPE. TrueType.
public static function get truetype():FontTypes
TRUETYPE | property |
TRUETYPE:FontTypes
[read-only] Since : | CS5 |
TrueType.
public static function get TRUETYPE():FontTypes
TYPE_1 | property |
TYPE_1:FontTypes
[read-only] Since : | CS5 |
Type 1.
public static function get TYPE_1():FontTypes
type1 | property |
type1:FontTypes
[read-only] Since : | CS5 |
Alias for TYPE_1. Type 1.
public static function get type1():FontTypes
unknown | property |
unknown:FontTypes
[read-only] Since : | CS5 |
Alias for UNKNOWN. The font type is unknown.
public static function get unknown():FontTypes
UNKNOWN | property |
UNKNOWN:FontTypes
[read-only] Since : | CS5 |
The font type is unknown.
public static function get UNKNOWN():FontTypes
FontTypes | () | Constructor |
public function FontTypes(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|