@express-document-sdk

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

BaseFont.constructor

Accessors

postscriptName

Get Signature

get postscriptName(): string;

The PostScript name of the font.

Returns

string

Inherited from

BaseFont.postscriptName

family

Get Signature

get family(): string;

The font family containing the font.

Returns

string

Inherited from

BaseFont.family

style

Get Signature

get style(): string;

The style of the font within the family.

Returns

string

Inherited from

BaseFont.style

availableForEditing

Get Signature

get availableForEditing(): false;

Whether the current user has permission to create / edit content using this font.

Returns

false

Overrides

BaseFont.availableForEditing