ProcessedChar

data class ProcessedChar(val codepoint: Int, val font: Int, val obfuscated: Boolean, val color: Color4b) : Record

Constructors

Link copied to clipboard
constructor(codepoint: Int, font: Int, obfuscated: Boolean, color: Color4b)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val font: Int
Link copied to clipboard