com.pdfjet
Class CodePage
java.lang.Object
com.pdfjet.CodePage
public class CodePage
- extends java.lang.Object
Used to specify the character encoding - code page - for a font.
See the Font class for more information.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNICODE
public static final int UNICODE
- See Also:
- Constant Field Values
CP1250
public static final int CP1250
- See Also:
- Constant Field Values
CP1251
public static final int CP1251
- See Also:
- Constant Field Values
CP1252
public static final int CP1252
- See Also:
- Constant Field Values
CP1253
public static final int CP1253
- See Also:
- Constant Field Values
CP1254
public static final int CP1254
- See Also:
- Constant Field Values
CP1257
public static final int CP1257
- See Also:
- Constant Field Values
CodePage
public CodePage()