writeCluster

abstract fun writeCluster(codepoints: IntArray, length: Int)

Writes a pre-segmented multi-codepoint grapheme cluster to the grid.

Parameters

codepoints

The array of Unicode codepoints forming the cluster.

length

The number of valid codepoints in the array.