# PdfFontFormat

## Content

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

***

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

# Enumeration: PdfFontFormat

Specifies available formats used to represent a font in a PDF document.
"Type0AutoOneByteEncoding" - 
"Type0IdentityEncoding" -

## Enumeration Members

### Type0AutoOneByteEncoding

> **Type0AutoOneByteEncoding**: `0`

The font is saved as one or more Type0 PDF fonts, where each character is encoded by one byte.

***

### Type0IdentityEncoding

> **Type0IdentityEncoding**: `1`

The font is saved as a single Type0 font with Identity encoding, where each character is encoded with two bytes.
