[Bug 42238] New: Various UltraISO UI elements do not have smooth fonts

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jan 17 17:47:43 CST 2017


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 at winehq.org
          Reporter: audvare at 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>

-- 
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.



More information about the wine-bugs mailing list