@override int GuiGetTextWidth( String? text, ) => run( () => RaylibDebugLabels.GuiGetTextWidth(text), () => rl.Gui.GuiGetTextWidth.run1( text?.toJS, ).toInt(), );