Function Control.hasFont

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

bool hasFont (
  const(String) name,
  const(String) type = GodotStringLiteral().str()
) nothrow @nogc const;