EposText.prototype.setTextLn(text: string): this
Similar to the println equivalent of printf, this simply wraps this.setText and adds a trailing newline.
EposText.prototype.setTextLn(text: string): this
Similar to the println equivalent of printf, this simply wraps this.setText and adds a trailing newline.
import { EposText } from "xml";