counterItalic method
Whether to slant the glyphs in the font
Equivalent to
TextStyle(fontStyle: FontStyle.italic)
Implementation
NikuTextField counterItalic() {
this._counter_fontStyle = FontStyle.italic;
return this;
}
Whether to slant the glyphs in the font
Equivalent to
TextStyle(fontStyle: FontStyle.italic)
NikuTextField counterItalic() {
this._counter_fontStyle = FontStyle.italic;
return this;
}