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

    Interface HtmlFont

    A downloaded font handed to GigaPdfEngine.htmlRender.

    interface HtmlFont {
        family: string;
        weight: number;
        italic: boolean;
        ttf: Uint8Array;
    }
    Index

    Properties

    Properties

    family: string
    weight: number
    italic: boolean
    ttf: Uint8Array