Function Theme.setFont

Sets the theme's Font to font at name in type. Does nothing if the theme does not have type.

void setFont (
  const(String) name,
  const(String) type,
  Font font
) nothrow @nogc;