@express-document-sdk

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

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

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

Overrides

BaseFont.availableForEditing