fontFeatures property
final
A list of FontFeature
s that affect how the font selects glyphs.
Some fonts support multiple variants of how a given character can be
rendered. For example, a font might provide both proportional and
tabular numbers, or it might offer versions of the zero digit with
and without slashes. FontFeature
s can be used to select which of
these variants will be used for rendering.
Font features are not interpolated by lerp.
See also:
- fontVariations, for font features that have continuous parameters.
Implementation
final List<FontFeature>? fontFeatures;