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

    Interface EmbeddedFont

    Represents a font that has been found in a PDF document.

    interface EmbeddedFont {
        baseFont: string;
        encoding?: string;
        fontName: string;
        fontRef: PdfIndirectObject<PdfDictionary<PdfDictionaryEntries>>;
    }
    Index

    Properties

    baseFont: string
    encoding?: string
    fontName: string