ideographic method

AzColumn ideographic()

Implementation

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