com.aspose.cells
Class PdfFontEncoding

java.lang.Object
    extended by com.aspose.cells.PdfFontEncoding

public class PdfFontEncoding 
extends java.lang.Object

Utility class containing constants. Represents pdf embedded font encoding.


Field Summary
static final intIDENTITY
           Represents use Identity-H encoding for all embedded fonts in pdf.
static final intANSI_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.
 

Field Detail

IDENTITY

public static final int IDENTITY
Represents use Identity-H encoding for all embedded fonts in pdf.

ANSI_PREFER

public static final int 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:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.