PdfFontEncoding enumeration

PdfFontEncoding enumeration

Represents pdf embedded font encoding.

The PdfFontEncoding type exposes the following members:

Fields

FieldDescription
IDENTITYRepresents use Identity-H encoding for all embedded fonts in pdf.
ANSI_PREFERRepresents prefer to use WinAnsiEncoding for TrueType fonts with characters 32-127,
otherwise, Identity-H encoding will be used for embedded fonts in pdf.

See Also