Click or drag to resize

ThemeSetDefaultFont Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Theme.SetDefaultFont(Godot.Font)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetDefaultFont is deprecated. Use the DefaultFont property instead.")]
public void SetDefaultFont(
	Font font
)

Parameters

font
Type: GodotFont

[Missing <param name="font"/> documentation for "M:Godot.Theme.SetDefaultFont(Godot.Font)"]

See Also