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

    Interface FontConfig

    interface FontConfig {
        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