alphabetic method

AzText alphabetic()

Implementation

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