pdfrx_web
    Preparing search index...

    Interface PdfrxLocalFontsOptions

    interface PdfrxLocalFontsOptions {
        directories?: readonly string[];
        indexCache?: boolean;
        systemDirectories?: boolean;
    }
    Index
    directories?: readonly string[]

    Additional directories to search recursively.

    indexCache?: boolean

    Cache the font metadata index on disk. Default: true when fontCache.directory is set.

    systemDirectories?: boolean

    Search the conventional font directories for the current OS. Default: true.