GuiGetTextWidth method
Get text width considering gui style and icon size (if required)
Implementation
@override
int GuiGetTextWidth(
String? text,
) => run(
() => RaylibDebugLabels.GuiGetTextWidth(text),
() => rl.Gui.GuiGetTextWidth(
rl.Temp.String$.ValueOrNull(text),
),
);