get

open operator fun get(code: Int): GlyphMetrics?

Return

a GlyphMetrics with the specified code if it exists; otherwise null


open operator fun get(char: Char): GlyphMetrics?

Return

a GlyphMetrics with the specified char if it exists; otherwise null