Font.getChar

struct Font
const nothrow pure
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