dropLastTextSize method

void dropLastTextSize()

Implementation

void dropLastTextSize() {
  if (textSize.length > 1) {
    textSize = PrinterTextParser.arrayByteDropLast(textSize);
  }
}