get

abstract operator fun get(x: Int, y: Int): T

Gets the glyph at the specified x and y coordinates.

Throws

If the coordinates are out of bounds.

If there is no glyph at the specified coordinates.