Font.getGlyph

Retrieve a glyph of the font.

class Font
const
getGlyph
(
dchar codePoint
,,
bool bold
)

Parameters

codePoint dchar

Unicode code point of the character ot get

characterSize uint

Reference character size

Return Value

Type: Glyph

The glyph corresponding to codePoint and characterSize

Meta