Click or drag to resize

DynamicFontGetFontData Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.DynamicFont.GetFontData"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetFontData is deprecated. Use the FontData property instead.")]
public DynamicFontData GetFontData()

Return Value

Type: DynamicFontData

[Missing <returns> documentation for "M:Godot.DynamicFont.GetFontData"]

See Also