ideographic method

AzText ideographic()

Implementation

AzText ideographic() {
  _textBaseline = TextBaseline.ideographic;
  return this;
}