How to use Unicode font on Windows Mobile 6.x
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 a开发者_如何转开发ble to reference that font?
Try calling AddFontResource()
with the file you copied, and perform a reset.
精彩评论