Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 721 Bytes

File metadata and controls

29 lines (20 loc) · 721 Bytes

title: PdfFontEncoding enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs weight: 250 url: /aspose.cells.rendering/pdffontencoding/ is_root: false

PdfFontEncoding enumeration

Represents pdf embedded font encoding.

The PdfFontEncoding type exposes the following members:

Fields

Field Description
IDENTITY Represents use Identity-H encoding for all embedded fonts in pdf.
ANSI_PREFER Represents 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