GlyphIdentifier

data class GlyphIdentifier(val codepoint: Char, val style: Int) : Record

Constructors

Link copied to clipboard
constructor(codepoint: Char, style: Int)
constructor(fontGlyph: FontGlyph)
constructor(longValue: Long)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val style: Int

Functions

Link copied to clipboard
fun asLong(): Long