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

    Interface HtmlFontRequest

    A Google font the HTML engine needs (resolved from the catalogue).

    interface HtmlFontRequest {
        family: string;
        weight: number;
        italic: boolean;
        url: string;
    }
    Index

    Properties

    Properties

    family: string
    weight: number
    italic: boolean
    url: string

    Google Fonts CSS URL — the host fetches it to obtain the TTF.