Function Theme.hasFont

Returns true if Font with name is in type. Returns false if the theme does not have type.

bool hasFont (
  const(String) name,
  const(String) type
) nothrow @nogc const;