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

    Interface FontParser

    Common interface for all font parsers.

    interface FontParser {
        getCharWidths(firstChar: number, lastChar: number): number[];
        getFontData(): ByteArray;
        getFontDescriptor(fontName?: string): FontDescriptor;
        getFontInfo(): TtfFontInfo;
    }

    Implemented by

    Index

    Methods