Class: AvailableFont
Font the current user has access or licensing permissions to create / edit content with.
Extends
Constructors
Constructor
new AvailableFont(): AvailableFont;
Returns
AvailableFont
Inherited from
Accessors
postscriptName
Get Signature
get postscriptName(): string;
The PostScript name of the font.
Returns
string
Inherited from
family
Get Signature
get family(): string;
The font family containing the font.
Returns
string
Inherited from
style
Get Signature
get style(): string;
The style of the font within the family.
Returns
string
Inherited from
isPremium
Get Signature
get isPremium(): boolean;
Whether the font is a premium Adobe font.
Returns
boolean
availableForEditing
Get Signature
get availableForEditing(): true;
Whether the current user has permission to create / edit content using this font.
Returns
true