- All Implemented Interfaces:
Serializable
,Comparable<HintMetrics>
,Constable
Specifies whether to hint font metrics; hinting font metrics means quantizing
them so that they are integer values in device space. Doing this improves the
consistency of letter and line spacing, however it also means that text will
be laid out differently at different zoom factors.
- Since:
- 1.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.gnome.glib.Type
getType()
Get the CairoHintMetrics GTypeint
getValue()
Return the value of this enumstatic HintMetrics
of
(int ordinal) Returns the enum constant for the given ordinal (its position in the enum declaration).static HintMetrics
Returns the enum constant of this class with the specified name.static HintMetrics[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DEFAULT
Hint metrics in the default manner for the font backend and target device- Since:
- 1.0
-
OFF
-
ON
-
-
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
-
getValue
public int getValue()Return the value of this enum- Returns:
- the value
-
of
Returns the enum constant for the given ordinal (its position in the enum declaration).- Parameters:
ordinal
- the position in the enum declaration, starting from zero- Returns:
- the enum constant for the given ordinal
-
getType
public static org.gnome.glib.Type getType()Get the CairoHintMetrics GType- Returns:
- the GType
-