# SearchFontOptions

## Content

[**DsPdfJS API v9.1.3**](../README)

***

[DsPdfJS API](../globals) / SearchFontOptions

# Type Alias: SearchFontOptions

> **SearchFontOptions** = `object`

Search options to be passed to the [FontCollection#searchFont](../classes/FontCollection#searchfont) method.

## Properties

### bold?

> `optional` **bold**: `boolean`

If true, searches for the Bold font.

***

### fontFamily?

> `optional` **fontFamily**: `string`

The font family name. Up to four faces can share the same font family name.

***

### fullFontName?

> `optional` **fullFontName**: `string`

The full font name that reflects all family and relevant subfamily descriptors.

***

### italic?

> `optional` **italic**: `boolean`

If true, searches for the Italic font.

***

### postScriptName?

> `optional` **postScriptName**: `string`

The PostScript name of the font.
