@express-document-sdk / BaseFont
Class: abstract
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.
Extended by
Accessors
availableForEditing
• get
abstract
availableForEditing(): boolean
Whether the current user has permission to create / edit content using this font.
Returns
boolean
family
• get
family(): string
The font family containing the font.
Returns
string
postscriptName
• get
postscriptName(): string
The PostScript name of the font.
Returns
string
style
• get
style(): string
The style of the font within the family.
Returns
string