open-nav
    Preparing search index...

    Interface PdfFont

    A brand font for the PDF engine, as four files.

    interface PdfFont {
        bold?: string;
        bolditalics?: string;
        italics?: string;
        name: string;
        normal: string;
    }
    Index
    bold?: string
    bolditalics?: string
    italics?: string
    name: string

    Family name referenced in the document.

    normal: string