pdfrx_web
    Preparing search index...

    Type Alias FontResolver

    FontResolver: (query: PdfFontQuery) => FontResolution | null

    Maps a missing-font query to a downloadable substitute, or null to leave it unresolved. Pass one as PdfrxViewerOptions.fontResolver (the default is googleFontsResolver).

    Type Declaration

    Missing-font fallback — the mechanism and the default font mapping.