# PdfFontWeight

## Content

# Enumeration: PdfFontWeight

Defines possible font weight values.

## Enumeration Members

### Black

```ts
Black: 900;
```

Black.

***

### Bold

```ts
Bold: 700;
```

Bold.

***

### DemiBold

```ts
DemiBold: 600;
```

DemiBold.

***

### ExtraBold

```ts
ExtraBold: 800;
```

ExtraBold.

***

### ExtraLight

```ts
ExtraLight: 200;
```

ExtraLight.

***

### Heavy

```ts
Heavy: 900;
```

Heavy.

***

### Light

```ts
Light: 300;
```

Light.

***

### Medium

```ts
Medium: 500;
```

Medium.

***

### Normal

```ts
Normal: 400;
```

Normal.

***

### Regular

```ts
Regular: 400;
```

Regular.

***

### SemiBold

```ts
SemiBold: 600;
```

SemiBold.

***

### Thin

```ts
Thin: 100;
```

Thin.

***

### UltraLight

```ts
UltraLight: 200;
```

UltraLight.
