https://bugs.winehq.org/show_bug.cgi?id=42238
Bug ID: 42238 Summary: Various UltraISO UI elements do not have smooth fonts Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: audvare@gmail.com Distribution: ---
Created attachment 56897 --> https://bugs.winehq.org/attachment.cgi?id=56897 Screenshot of issue
I've been wondering if this is something the UltraISO developers intended, but regardless, I have smooth fonts everywhere using fontconfig *except* in certain UltraISO scenarios. Screenshot attached.
Note that the menus correctly render, but the text (which appears to be MS Shell Dlg) does not hint or switch to another font.
My fontconfig has:
<!-- Wine --> <match target="pattern"> <test compare="eq" name="family"> <string>System</string> </test> <test compare="contains" name="family"> <string>MS Shell Dlg</string> </test> <test compare="contains" name="family"> <string>MS Sans Serif</string> </test> <edit binding="same" mode="assign" name="family"> <string>Segoe UI</string> </edit> </match>