counterFontStyle method

NikuTextField counterFontStyle(
  1. FontStyle fontStyle
)

Whether to slant the glyphs in the font

Equivalent to

TextStyle(fontStyle: input)

Implementation

NikuTextField counterFontStyle(FontStyle fontStyle) {
  this._counter_fontStyle = fontStyle;

  return this;
}