Files
Babushka/addons/SignalVisualizer/Visualizer/resizable_label.gd
T

32 lines
644 B
GDScript
Raw Normal View History

2025-07-05 13:56:59 +02:00
@tool
extends Label
# Properties
# |===================================|
# |===================================|
# |===================================|
# Lifecycle
# |===================================|
# |===================================|
# |===================================|
# Signals
# |===================================|
# |===================================|
# |===================================|
# Methods
# |===================================|
# |===================================|
# |===================================|
func get_text_size() -> Vector2:
return get_theme_default_font().get_string_size(text)