protected void reset() {
    super.reset();

    isLeftToRight = true;
    lineSpacingFactor = 0;
    leadingOffset = 0;
    textHeight = 0;
  }