# PdfFontAttributes

## Content

# Interface: PdfFontAttributes

Contains the attributes of a PDF font extracted by [PdfFont#getFontAttributes](../classes/PdfFont#getfontattributes).
If a specific attribute cannot be determined, the corresponding value is null.

## Properties

### fontFamily

```ts
fontFamily: string;
```

The font family name.

***

### fontItalic

```ts
fontItalic: boolean;
```

Indicates whether the font is italic.

***

### fontStretch

```ts
fontStretch: PdfFontStretch;
```

The font stretch.

***

### fontWeight

```ts
fontWeight: PdfFontWeight;
```

The font weight.
