getGlyph

fun getGlyph(codePoint: Int): Pair<Int, IntArray>?

Gets the glyph for the given code point.

Return

The glyph as a pair in the format (width, glyph)