labelIdeographic method
Implementation
NikuTextField labelIdeographic() {
this._label_textBaseline = TextBaseline.ideographic;
return this;
}
NikuTextField labelIdeographic() {
this._label_textBaseline = TextBaseline.ideographic;
return this;
}