https://bugs.winehq.org/show_bug.cgi?id=44677 --- Comment #17 from Christian Uceda <christianuceda(a)yahoo.com> --- Hi Nikolay, I just tested with your suggested change: static BOOL is_builtin_class( const WCHAR *name ) { static const WCHAR classesW[][20] = { {'B','u','t','t','o','n',0}, {'C','o','m','b','o','B','o','x',0}, {'C','o','m','b','o','L','B','o','x',0}, {'E','d','i','t',0}, {'I','M','E',0}, {'M','D','I','C','l','i','e','n','t',0}, {'S','c','r','o','l','l','b','a','r',0}, }; It did not made any change, the list of fonts is not the correct one and the drawing gets any font not listed changed to Arial which ruins the text layout on drawings. I will open another bug report for this. Thank you very much for all your help with this. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.