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