Package com.evopdf

Enum StandardCJKFont

java.lang.Object
java.lang.Enum<StandardCJKFont>
com.evopdf.StandardCJKFont
All Implemented Interfaces:
Serializable, Comparable<StandardCJKFont>, java.lang.constant.Constable

public enum StandardCJKFont extends Enum<StandardCJKFont>
The Korean-Japanesse-Chinese (CJK) predefined fonts
  • Enum Constant Details

    • HeiseiKakuGothicW5

      public static final StandardCJKFont HeiseiKakuGothicW5
      Heisei Kaku Gothic W5 Japanese font
    • HeiseiMinchoW3

      public static final StandardCJKFont HeiseiMinchoW3
      Heisei Mincho W3 Japanese font
    • HanyangSystemsGothicMedium

      public static final StandardCJKFont HanyangSystemsGothicMedium
      Hanyang Systems Gothic Medium Korean font
    • HanyangSystemsShinMyeongJoMedium

      public static final StandardCJKFont HanyangSystemsShinMyeongJoMedium
      Hanyang Systems Shin MyeongJo Medium Korean font
    • MonotypeHeiMedium

      public static final StandardCJKFont MonotypeHeiMedium
      Monotype Hei Medium Chinese traditional font
    • MonotypeSungLight

      public static final StandardCJKFont MonotypeSungLight
      Monotype Sung Light Chinese traditional font
    • SinoTypeSongLight

      public static final StandardCJKFont SinoTypeSongLight
      SinoType Song Light Chinese simplified font
  • Method Details

    • values

      public static StandardCJKFont[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static StandardCJKFont valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public int value()