Reputation: 589
I am making a c# windows application in Visual Studio 2012 which is working with unicode. But the unicode texts displays in textboxes / richtextboxes have bined together and gives an uneven look.(language: Sinhala)
But when I copy and paste the same text from the textbox/ richtextbox to windows notepad it looks perfectely correct. So I feel like the the text in textbox/ richtextbox is correct in unicode, the thing is it cannot show the text correctly.
How to correct this ? Any suggestions ?
Upvotes: 1
Views: 1265
Reputation: 11
Use this font Noto Sans Sinhala download link https://www.google.com/get/noto/#sans-sinh
Upvotes: 1