"\r" causes question mark in Label2D

My usage is passing Environment.NewLine into the FixedString and display by ALINE;

But on Windows the newline is "\r\n", \n part works as expected, while \r caused a “?” question mark, likely a missing character in the built-in font texture.

Not sure I should just pass \n regardless of platform; it does work for my case, \r is a part of ASCII however.

Thanks! I’ll fix this in the next update so that \r\n is treated as just a newline instead.