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

    Type Alias PreviewFontSource

    type PreviewFontSource = {
        enabled?: boolean;
        fallback?: boolean;
        family: string;
        name: string;
        src: string;
        style?: "normal" | "italic";
        unicodeRange?: string;
        weight?: number;
    }
    Index

    Properties

    enabled?: boolean
    fallback?: boolean
    family: string
    name: string
    src: string
    style?: "normal" | "italic"
    unicodeRange?: string
    weight?: number