helperFontStyle method

NikuTextField helperFontStyle(
  1. FontStyle fontStyle
)

Whether to slant the glyphs in the font

Equivalent to

TextStyle(fontStyle: input)

Implementation

NikuTextField helperFontStyle(FontStyle fontStyle) {
  this._helper_fontStyle = fontStyle;

  return this;
}