prefixItalic method

NikuTextField prefixItalic()

Whether to slant the glyphs in the font

Equivalent to

TextStyle(fontStyle: FontStyle.italic)

Implementation

NikuTextField prefixItalic() {
  this._prefix_fontStyle = FontStyle.italic;

  return this;
}