Text Config
data class TextConfig(val fontSize: Int = NORMAL, val align: Int = LEFT, val autoFeed: Boolean = true)
Data class for configuring text printing on a mobile point-of-sale (POS) printer.
This class allows you to set the text size, alignment, and whether automatic line feeding is enabled.