value property

int value
final

The value assigned to this feature.

Must be a positive integer. Many features are Boolean values that accept values of either 0 (feature is disabled) or 1 (feature is enabled). Other features have a bound range of values (which may be documented in these API docs for features that have dedicated constructors, and are generally documented in the official registry). In some cases the precise supported range depends on the font.

See also:

Implementation

final int value;