I have a Window Mobile application that I’d like to display Arabic characters in. I have tried copying MS Arial Unicode to the Fonts folder and the Windows folder (and then restarting, of course!). I then marked the dialog font as MS Arial Unicode in the .rc file and (when that didn’t work) also manually setting the font of the window using WM_SETFONT. It appears to me that Windows Mobile ignores the font – do I need to do more than copy it for an application to be able to reference that font?
I have a Window Mobile application that I’d like to display Arabic characters in.
Share
Try calling
AddFontResource()with the file you copied, and perform a reset.