[]
Contains the attributes of a PDF font extracted by PdfFont#getFontAttributes. If a specific attribute cannot be determined, the corresponding value is null.
fontFamily: string;
The font family name.
fontItalic: boolean;
Indicates whether the font is italic.
fontStretch: PdfFontStretch;
The font stretch.
fontWeight: PdfFontWeight;
The font weight.