Enum Class UnicodeScript

java.lang.Object
java.lang.Enum<UnicodeScript>
org.gnome.glib.UnicodeScript
All Implemented Interfaces:
Enumeration, Serializable, Comparable<UnicodeScript>, Constable

@Generated("io.github.jwharm.JavaGI") public enum UnicodeScript extends Enum<UnicodeScript> implements Enumeration
The GUnicodeScript enumeration identifies different writing systems. The values correspond to the names as defined in the Unicode standard. The enumeration has been added in GLib 2.14, and is interchangeable with PangoScript.

Note that new types may be added in the future. Applications should be ready to handle unknown values. See Unicode Standard Annex #24: Script names.