helperFontFeatures method

NikuTextField helperFontFeatures(
  1. List<FontFeature> fontFeatures
)

A feature tag and value that affect the selection of glyphs in a font

Equivalent to

TextStyle(fontFeatures: input)

Implementation

NikuTextField helperFontFeatures(List<FontFeature> fontFeatures) {
  this._helper_fontFeatures = fontFeatures;

  return this;
}