If I DrawString without TextLayoutOptions it eats newlines.
string text = "Line One\nLine Two";
formeRenderer.DrawString( font, text, new Vector2( 100, 100 ), 20, Color.White );
formeRenderer.DrawString( font, text, new Vector2( 100, 150 ), 20, Color.White, new TextLayoutOptions() );
There should be newlines in both.
Newline is missing.
Description
If I DrawString without TextLayoutOptions it eats newlines.
Steps to Reproduce
Expected Behavior
There should be newlines in both.
Actual Behavior
Newline is missing.
Configuration
No response
Other Information
No response