clusterText

fun clusterText(row: Int, column: Int): String?

Returns cluster text for diagnostics or compatibility callers.

Rendering should consume clusterRefs and clusterCodepoints directly so repeated paint passes do not allocate strings for cache hits.

Return

the string representing the grapheme cluster, or null if no cluster exists.

Parameters

row

zero-based row index.

column

zero-based column index.