suffixItalic method

NikuTextField suffixItalic()

Whether to slant the glyphs in the font

Equivalent to

TextStyle(fontStyle: FontStyle.italic)

Implementation

NikuTextField suffixItalic() {
  this._suffix_fontStyle = FontStyle.italic;

  return this;
}