# Core.FontDescriptor

## Content

# Interface: FontDescriptor

[Core](../modules/Core).FontDescriptor

Font file descriptor

## Table of contents

### Properties

- [locals](Core.FontDescriptor#locals)
- [name](Core.FontDescriptor#name)
- [source](Core.FontDescriptor#source)
- [style](Core.FontDescriptor#style)
- [weight](Core.FontDescriptor#weight)

## Properties

### locals

• `Optional` **locals**: `string`[]

Fallback fonts that will be searched on the local machine

#### Defined in

node_modules/@grapecity/ar-js-pagereport/types/ar-js-core.d.ts:337

___

### name

• **name**: `string`

Font family name, e.g. "Segoe UI"

#### Defined in

node_modules/@grapecity/ar-js-pagereport/types/ar-js-core.d.ts:333

___

### source

• **source**: `string` \| `string`[]

Font file URI, supported file formats are *.ttf, *.otf and *.woff

#### Defined in

node_modules/@grapecity/ar-js-pagereport/types/ar-js-core.d.ts:335

___

### style

• `Optional` **style**: `string`

Font style, e.g. "italic"

#### Defined in

node_modules/@grapecity/ar-js-pagereport/types/ar-js-core.d.ts:341

___

### weight

• `Optional` **weight**: `string`

Font weight, e.g. "bold"

#### Defined in

node_modules/@grapecity/ar-js-pagereport/types/ar-js-core.d.ts:339
