@regulaforensics/document-reader
    Preparing search index...

    Class Font

    Index
    • Parameters

      • name: string
      • Optionaloptions: { size?: number; style?: FontStyle }

      Returns Font

    name: string

    Font family.

    Beware that Android and iOS have diffrent font names, so you will have to use if condition.

    size?: number

    Font size.

    style?: FontStyle

    Font style.

    Android only.

    • Allows you to deserialize object.

      Parameters

      • jsonObject: any

      Returns Font