CodePoint

data class CodePoint(val style: Style, val codePoint: Int) : StyledElement

A code point (character).

Constructors

Link copied to clipboard
constructor(style: Style, codePoint: Int)

Properties

Link copied to clipboard
Link copied to clipboard
open override val style: Style

The Style associated with this element.