C++ – How to change font/color on MFC dialog for Windows Mobile

cmfcwindows-mobile

Does anyone know how to set font and color on a static text and other controls of MFC dialog for Windows Mobile?

Where can I get the list of supported fonts?

Thanks!

Best Answer

Colors are changed via SetBkColor and SetTextColor.

Here is an example of enumerating fonts.