Control.addFontOverride

Overrides the font with given name in the theme resource the control uses. If font is null or invalid, the override is cleared and the font from assigned Theme is used.

struct Control
@nogc nothrow
void
addFontOverride
(
in String name
,)

Meta