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