This class provides information about the font used in the specified PDF file, such as font-name, font-family etc.

Constructors

Properties

_familyName?: string
_fontType?: string
_name?: string

Accessors

  • get familyName(): undefined | string
  • Returns a string specifying font's family name - e.g. For font "Times Bold Italic", family name is "Times" etc.

    Returns undefined | string

    A String denoting the font's family name.

  • get fontType(): undefined | string
  • Returns a string specifying the font technology type - e.g. "Type 1", "TrueType", "OpenType" etc.

    Returns undefined | string

    A String denoting the font technology type.

  • get name(): undefined | string
  • Returns a string specifying the post-script name of the font - e.g. "YERPXC+MyriadPro-Regular" etc.

    Returns undefined | string

    A String denoting the post-script name of the font.

Generated using TypeDoc