All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.initiativesoft.posprinterlib.text.TextStyle.kt Maven / Gradle / Ivy

The newest version!
package com.initiativesoft.posprinterlib.text

/**
 * Enumeration of general text styles
 */
enum class TextStyle {
    Reverse,
    Underline,
    Bold,
    Italic
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy