getCodepoint

abstract fun getCodepoint(col: Int): Int

Returns the base (first) codepoint for the cell at col.

Return

The base Unicode codepoint at the specified column, or a spacer/empty sentinel.

Parameters

col

Column index (0-based).