Font.hasChar

Returns whether the font provides a glyph for this character.

class Font
bool
hasChar
(
dchar wc
)

Parameters

wc dchar

a Unicode character

Return Value

Type: bool

TRUE if font can render wc