@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
    Preparing search index...

    Interface FontInfo

    interface FontInfo {
        family: string;
        category: string;
        google: boolean;
        weights: number[];
    }
    Index

    Properties

    family: string
    category: string
    google: boolean
    weights: number[]