Remove text spaces, concat words
NOT calling original Raylib function.
String TextRemoveSpaces( String text, ) => run( () => _debugLabels.TextRemoveSpaces(text), () => text.replaceAll(' ', ''), );