I'm using SharpDX.DirectWrite.TextLayout and RenderTarget.DrawTextLayout.
The issue I have is that when the text to be drawn contains no white spaces, everything works perfectly. However, when the text to be drawn contains white spaces, only the portion of the text before the first white space is drawn. I have checked the code and nothing seems out of place. In fact, Textlayout seems to contain the full string including all the white spaces.
Any suggestions regarding how I can get the full text (including all white spaces) drawn would be greatly appreciated. Thank you.

Comment