Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface FontFamilyDefinition

    interface FontFamilyDefinition {
        editor: boolean;
        fonts: FontDefinition[];
    }
    Index

    Properties

    Properties

    editor: boolean

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

    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.