pdfrx_web
    Preparing search index...

    Interface PdfrxFontCacheOptions

    interface PdfrxFontCacheOptions {
        directory: string;
        persistRegisteredFonts?: boolean;
    }
    Index
    directory: string

    Directory used for the local-font metadata index and registered font data.

    persistRegisteredFonts?: boolean

    Persist bytes supplied through PdfrxEngine.addFontData. Default: false.