Control.hasFont

Returns true if font with given name and associated with Control of given node_type exists in assigned Theme.

struct Control
@nogc nothrow const
bool
hasFont
(
in String name
,
in String node_type = gs!""
)

Meta