Click or drag to resize

ThemeSetFont Method

Sets the theme's Font to font at name in node_type.

Does nothing if the theme does not have node_type.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetFont(
	string name,
	string nodeType,
	Font font
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Godot.Theme.SetFont(System.String,System.String,Godot.Font)"]

nodeType
Type: SystemString

[Missing <param name="nodeType"/> documentation for "M:Godot.Theme.SetFont(System.String,System.String,Godot.Font)"]

font
Type: GodotFont

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

See Also