Hi, While converting an application from Windows API to wx, I'm encountering a problem matching exactly the fonts of controls for compatibility with the version the users are used to. The quick-and-dirty solution would be to wrap up the Windows font handles (HFONT) as wxFont. Can this be done ? And how ? Regards Harry