Function Control.getFont
Returns a font from assigned Theme
with given name
and associated with Control
of given type
.
godot.d.reference.Ref!(godot.font.Font)
getFont
(
const(String) name,
const(String) type = GodotStringLiteral().str()
) nothrow @nogc const;