prefixIdeographic method
Implementation
NikuTextField prefixIdeographic() {
this._prefix_textBaseline = TextBaseline.ideographic;
return this;
}
NikuTextField prefixIdeographic() {
this._prefix_textBaseline = TextBaseline.ideographic;
return this;
}