VMPrint API Reference - v1.0.0
    Preparing search index...

    Type Alias PreviewFontsOptions

    type PreviewFontsOptions = {
        aliases?: Record<string, string>;
        cache?:
            | boolean
            | {
                dbName?: string;
                namespace?: string;
                persistent?: boolean;
                storeName?: string;
            };
        catalogUrl?: string;
        fonts?: PreviewFontSource[];
        repositoryBaseUrl?: string;
    }
    Index

    Properties

    aliases?: Record<string, string>
    cache?:
        | boolean
        | {
            dbName?: string;
            namespace?: string;
            persistent?: boolean;
            storeName?: string;
        }
    catalogUrl?: string
    repositoryBaseUrl?: string