interface FontFamilyDefinition {
    editor: boolean;
    fonts: FontFaceDescriptors[];
}

Properties

Properties

editor: boolean

Whether the font is available in the rich text editor. This will also enable it for notes and drawings.

fonts: FontFaceDescriptors[]

Individual font face definitions for this font family. If this is empty, the font family may only be loaded from the client's OS-installed fonts.