Class CodePage

java.lang.Object
com.adobe.fontengine.font.CodePage

public final class CodePage extends 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
  • Field Details

    • 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 Details

    • getID

      public int getID()
    • getName

      public String getName()
    • getScript

      public CoolTypeScript getScript()