pdfrx_web
    Preparing search index...

    Variable PdfFontPitchFamilyConst

    PdfFontPitchFamily: {
        decorative: 80;
        dontCare: 0;
        familyMask: 240;
        fixed: 1;
        modern: 48;
        roman: 16;
        script: 64;
        swiss: 32;
    } = ...

    Values used by the PDFium LOGFONT-compatible lfPitchAndFamily byte. Pitch occupies the low two bits; family occupies the high nibble and must be compared after applying PdfFontPitchFamily.familyMask.

    Type Declaration

    • Readonlydecorative: 80
    • ReadonlydontCare: 0
    • ReadonlyfamilyMask: 240
    • Readonlyfixed: 1

      Fixed-pitch (monospace) font.

    • Readonlymodern: 48

      Monospace font family.

    • Readonlyroman: 16

      Proportional serif font family.

    • Readonlyscript: 64

      Script (handwriting-style) font family.

    • Readonlyswiss: 32

      Proportional sans-serif font family.