findFont

Finds a loaded font of specified name, and returns handle to it, or FONS_INVALID (aka -1) if the font is not found.

nothrow @trusted @nogc
int
findFont
(,
const(char)[] name
)

See Also

Meta