Trevixal API
    Preparing search index...

    Interface FontManagerOptions

    interface FontManagerOptions {
        fonts?: readonly FontDefinition[];
        onChange?: (fonts: readonly FontDefinition[]) => void;
    }
    Index
    fonts?: readonly FontDefinition[]
    onChange?: (fonts: readonly FontDefinition[]) => void

    Called whenever the list changes, so the toolbar can rebuild its select.