http://bugs.winehq.org/show_bug.cgi?id=7638
Summary: Papyrus lists fonts several times in font pulldown menu Product: Wine Version: CVS Platform: Other URL: http://papyrus.de OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
While trying to reproduce http://groups.google.com/group/comp.emulators.ms-windows.wine/msg/791ace3477... "crash related to WineEngEnumFonts in papyrus on opensuse 10.2 but not opensuse 10.0", I noticed that the font pulldown menu has ten entries for Arial and multiple entries for other fonts, too. Looking at +font | grep -i arial, I see
trace:font:AddFontFileToList Loading font file "/usr/share/fonts/truetype/msttcorefonts/ariali.ttf" index 0 trace:font:get_familyname Got localised name L"Arial" trace:font:AddFontFileToList Added font L"Arial" L"Italic" trace:font:load_fontconfig_fonts fontconfig: /usr/share/fonts/truetype/msttcorefonts/arialbi.ttf trace:font:AddFontFileToList Loading font file "/usr/share/fonts/truetype/msttcorefonts/arialbi.ttf" index 0 trace:font:get_familyname Got localised name L"Arial" trace:font:AddFontFileToList Added font L"Arial" L"Bold Italic"
i.e. arial italic and arial bold italic both have the localized family name Arial. Perhaps the app is only showing the family name? (I don't really know fonts, and I haven't even tried the app under Windows, so I'm not even sure this is a wine problem, but it does seem annoying, at least...)