DsPdfJS API - v9.1.0
    Preparing search index...

    Type Alias SearchFontOptions

    Search options to be passed to the FontCollection#searchFont method.

    type SearchFontOptions = {
        bold?: boolean;
        fontFamily?: string;
        fullFontName?: string;
        italic?: boolean;
        postScriptName?: string;
    }
    Index

    Properties

    bold?: boolean

    If true, searches for the Bold font.

    fontFamily?: string

    The font family name. Up to four faces can share the same font family name.

    fullFontName?: string

    The full font name that reflects all family and relevant subfamily descriptors.

    italic?: boolean

    If true, searches for the Italic font.

    postScriptName?: string

    The PostScript name of the font.