[]
        
(Showing Draft Content)

PdfFontAttributes

Interface: PdfFontAttributes

Contains the attributes of a PDF font extracted by PdfFont#getFontAttributes. If a specific attribute cannot be determined, the corresponding value is null.

Properties

fontFamily

fontFamily: string;

The font family name.


fontItalic

fontItalic: boolean;

Indicates whether the font is italic.


fontStretch

fontStretch: PdfFontStretch;

The font stretch.


fontWeight

fontWeight: PdfFontWeight;

The font weight.