# FontEmbedMode

## Content

# Type Alias: FontEmbedMode

```ts
type FontEmbedMode = "NotEmbed" | "EmbedSubset" | "EmbedFullFont" | "EmbedSubsetNoForms";
```

Specifies available font embedding modes.

- `NotEmbed`: The font is not embedded.
- `EmbedSubset`: A subset of the font is embedded.
- `EmbedFullFont`: The whole font is embedded.
- `EmbedSubsetNoForms`: A subset of the font is embedded for static content.
  If the font is used in the Acroform, a non-embedded PDF font will be associated with the form fields.
