Font.getChar

struct Font
nothrow
getChar
(
dchar id
)

Return Value

Type: Char

Information about the character passed as argument c. Empty Char struct with dchar.init as id if not found.

Meta