Package org.freedesktop.harfbuzz
Enum Class AatLayoutFeatureType
- All Implemented Interfaces:
Serializable,Comparable<AatLayoutFeatureType>,Constable,Enumeration
@Generated("io.github.jwharm.JavaGI")
public enum AatLayoutFeatureType
extends Enum<AatLayoutFeatureType>
implements Enumeration
The possible feature types defined for AAT shaping, from Apple Font Feature Registry.
- Since:
- 2.2.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionInitial, unset feature type -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable TypegetType()Get the GType of the AatLayoutFeatureType classintgetValue()Get the numeric value of this enumstatic AatLayoutFeatureTypeof(int value) Create a new AatLayoutFeatureType for the provided valuestatic AatLayoutFeatureTypeof(MemorySegment address) Create a new AatLayoutFeatureType for the value in the provided memory address.static AatLayoutFeatureTypeReturns the enum constant of this class with the specified name.static AatLayoutFeatureType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INVALID
Initial, unset feature type -
ALL_TYPOGRAPHIC
-
LIGATURES
-
CURSIVE_CONNECTION
-
LETTER_CASE
-
VERTICAL_SUBSTITUTION
-
LINGUISTIC_REARRANGEMENT
-
NUMBER_SPACING
-
SMART_SWASH_TYPE
-
DIACRITICS_TYPE
-
VERTICAL_POSITION
-
FRACTIONS
-
OVERLAPPING_CHARACTERS_TYPE
-
TYPOGRAPHIC_EXTRAS
-
MATHEMATICAL_EXTRAS
-
ORNAMENT_SETS_TYPE
-
CHARACTER_ALTERNATIVES
-
DESIGN_COMPLEXITY_TYPE
-
STYLE_OPTIONS
-
CHARACTER_SHAPE
-
NUMBER_CASE
-
TEXT_SPACING
-
TRANSLITERATION
-
ANNOTATION_TYPE
-
KANA_SPACING_TYPE
-
IDEOGRAPHIC_SPACING_TYPE
-
UNICODE_DECOMPOSITION_TYPE
-
RUBY_KANA
-
CJK_SYMBOL_ALTERNATIVES_TYPE
-
IDEOGRAPHIC_ALTERNATIVES_TYPE
-
CJK_VERTICAL_ROMAN_PLACEMENT_TYPE
-
ITALIC_CJK_ROMAN
-
CASE_SENSITIVE_LAYOUT
-
ALTERNATE_KANA
-
STYLISTIC_ALTERNATIVES
-
CONTEXTUAL_ALTERNATIVES
-
LOWER_CASE
-
UPPER_CASE
-
LANGUAGE_TAG_TYPE
-
CJK_ROMAN_SPACING_TYPE
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
of
Create a new AatLayoutFeatureType for the provided value- Parameters:
value- the enum value- Returns:
- the enum for the provided value
-
getValue
public int getValue()Get the numeric value of this enum- Specified by:
getValuein interfaceEnumeration- Returns:
- the enum value
-
of
Create a new AatLayoutFeatureType for the value in the provided memory address.- Parameters:
address- the memory address holding a enum value- Returns:
- the enum for the value in the provided memory address
-
getType
Get the GType of the AatLayoutFeatureType class- Returns:
- the GType
-