Abstract Class: BaseFont
Represents a font that is able to be rendered within this document. However, the user may not have edit permissions for all such fonts.
Extends
unknown
Extended by
Constructors
Constructor
new BaseFont(): BaseFont;
Returns
BaseFont
Inherited from
ProxyLiveObject.constructor
Accessors
postscriptName
Get Signature
get postscriptName(): string;
The PostScript name of the font.
Returns
string
family
Get Signature
get family(): string;
The font family containing the font.
Returns
string
style
Get Signature
get style(): string;
The style of the font within the family.
Returns
string
availableForEditing
Get Signature
get abstract availableForEditing(): boolean;
Whether the current user has permission to create / edit content using this font.
Returns
boolean