Click or drag to resize

ThemeGetFontList Method

Returns all the Fonts as a String filled with each Font's name, for use in GetFont(String, String), if the theme has node_type.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string[] GetFontList(
	string nodeType
)

Parameters

nodeType
Type: SystemString

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

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.Theme.GetFontList(System.String)"]

See Also