Multiple language display problem in CRichEditCtrl
-
Hi, I am working on an mfc application in which there is a chat module. My CRichEditCtrl is able to display chinese, arabic, hindi and several other languages. But it is not possible to display languages such as Urdu, Bengali, Gujrati Tamil etc. What can be the possible reason. Thanks In Advance Dhiraj
-
Hi, I am working on an mfc application in which there is a chat module. My CRichEditCtrl is able to display chinese, arabic, hindi and several other languages. But it is not possible to display languages such as Urdu, Bengali, Gujrati Tamil etc. What can be the possible reason. Thanks In Advance Dhiraj
Are you missing fonts for these languages? -Saurabh
-
Are you missing fonts for these languages? -Saurabh
Actually I am copying urdu bengali and tamil text from google and pasting it in Edit control till here it is fine but it is not getting displayed in the CRichEditCtrl. Thanks Dhiraj