Text

data class Text(var text: String = "", var pxScale: Int = 16, var color: Color = Color.BLACK)

Constructors

Link copied to clipboard
fun Text(text: String = "", pxScale: Int = 16, color: Color = Color.BLACK)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: Int
Link copied to clipboard
var pxScale: Int = 16
Link copied to clipboard