I try make a text editor application, but I have issue about Font of richtextbox. phenomonon as bellow: I coppy Text and paste into wordpad, and set font for wordpad is "Verdana",if font no support text wordpad auto change font to "Malgun Gothich", look so beautifull.
But when paste this text in to my app. My app has one Richtextbox Control. Font of Richtextbox is "Verdana", but font of richtextbox mixed between "Verdana" and "Gulim", look so bad.
How to solve this issue, how to show text on my app look like wordpad ?
Thanks all,