Enum PdfFontEncoding
Enum PdfFontEncoding
Namespace: Aspose.Cells.Rendering
Assembly: Aspose.Cells.dll (25.2.0)
Represents pdf embedded font encoding.
public enum PdfFontEncoding
Fields
AnsiPrefer = 1
Represents prefer to use WinAnsiEncoding for TrueType fonts with characters 32-127, otherwise, Identity-H encoding will be used for embedded fonts in pdf.
Identity = 0
Represents use Identity-H encoding for all embedded fonts in pdf.