Class: UnavailableFont
Font the current user does not have access or licensing permissions to create / edit content with.
Extends
Constructors
Constructor
new UnavailableFont(): UnavailableFont;
Returns
UnavailableFont
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
availableForEditing
Get Signature
get availableForEditing(): false;
Whether the current user has permission to create / edit content using this font.
Returns
false