Package com.adobe.fontengine.font
Class CodePage
- java.lang.Object
-
- com.adobe.fontengine.font.CodePage
-
public final class CodePage extends java.lang.Object
Enumeration representing some CoolType codepages Currently we don't do them all, just the six that are required for XDC That's why the class isn't called CoolTypeCodePage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getID()
java.lang.String
getName()
CoolTypeScript
getScript()
-
-
-
Field Detail
-
ROMAN1
public static final CodePage ROMAN1
-
ROMAN2
public static final CodePage ROMAN2
-
JAPANESE
public static final CodePage JAPANESE
-
KOREAN
public static final CodePage KOREAN
-
SIMPLIFIED_CHINESE
public static final CodePage SIMPLIFIED_CHINESE
-
TRADITIONAL_CHINESE
public static final CodePage TRADITIONAL_CHINESE
-
-
Method Detail
-
getID
public int getID()
-
getName
public java.lang.String getName()
-
getScript
public CoolTypeScript getScript()
-
-