https://bugs.winehq.org/show_bug.cgi?id=43956
--- Comment #7 from Nikolay Sivov bunglehead@gmail.com --- The issue is likely because we rely on gdi32 too much in font handling, especially for private fonts. 32 stands for LF_FACESIZE, which is a name length limit for LOGFONT structure. We probably should make it dynamic.