Enum EmbedMode

Namespace TallComponents.PDF.Layout.Fonts

The different ways that a font can be stored inside a PDF.

Fields


Auto
The embed mode will be determined based on how the font is used. If the font is used to render static text only, then the subset will be embedded. If the font is associated with an editable field, then the full font will be embedded. This is the default embed mode of a newly created TrueType font.

Unknown
The font embed mode could not be determined.

ReferenceOnly
The font is not embedded. Only a reference is stored inside the PDF.

Subset
A subset of the font is embdedded inside the PDF.

Full
The font is fully embedded inside the PDF.