pdf-lite - v1.7.3
    Preparing search index...

    Interface FontFamily

    A group of font variants for a single typeface family. Set on a form field via field.fontFamily to enable true bold/italic rendering in markdown appearance streams rather than stroke simulation.

    interface FontFamily {
        bold?: PdfFont;
        boldItalic?: PdfFont;
        italic?: PdfFont;
        regular: PdfFont;
    }
    Index

    Properties

    bold?: PdfFont
    boldItalic?: PdfFont
    italic?: PdfFont
    regular: PdfFont