ideographic method

AzRow ideographic()

Implementation

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