errorItalic method

NikuTextField errorItalic()

Whether to slant the glyphs in the font

Equivalent to

TextStyle(fontStyle: FontStyle.italic)

Implementation

NikuTextField errorItalic() {
  this._error_fontStyle = FontStyle.italic;

  return this;
}