@express-document-sdk / BaseFont
abstract BaseFontRepresents a font that is able to be rendered within this document. However, the user may not have edit permissions for all such fonts.
• get abstract availableForEditing(): boolean
Whether the current user has permission to create / edit content using this font.
boolean
• get family(): string
The font family containing the font.
string
• get postscriptName(): string
The PostScript name of the font.
string
• get style(): string
The style of the font within the family.
string