hintItalic method

NikuTextField hintItalic()

Whether to slant the glyphs in the font

Equivalent to

TextStyle(fontStyle: FontStyle.italic)

Implementation

NikuTextField hintItalic() {
  this._hint_fontStyle = FontStyle.italic;

  return this;
}