Enum Class UnicodeType0Font

java.lang.Object
java.lang.Enum<UnicodeType0Font>
org.sejda.fonts.UnicodeType0Font
All Implemented Interfaces:
Serializable, Comparable<UnicodeType0Font>, Constable, FontResource

public enum UnicodeType0Font extends Enum<UnicodeType0Font> implements FontResource
  • Enum Constant Details

    • NOTO_SANS_MERGED_REGULAR

      public static final UnicodeType0Font NOTO_SANS_MERGED_REGULAR
    • NOTO_SANS_MERGED_BOLD

      public static final UnicodeType0Font NOTO_SANS_MERGED_BOLD
    • NOTO_SANS_BOLD

      public static final UnicodeType0Font NOTO_SANS_BOLD
  • Method Details

    • values

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

      public static UnicodeType0Font valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • getResource

      public String getResource()
      Specified by:
      getResource in interface FontResource
    • getFontStream

      public InputStream getFontStream()
      Specified by:
      getFontStream in interface FontResource
    • priority

      public Integer priority()
      Specified by:
      priority in interface FontResource