[Bug 32363] Fonts are smoothed

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Dec 5 05:43:00 CST 2012


http://bugs.winehq.org/show_bug.cgi?id=32363

--- Comment #8 from sworddragon2 at aol.com 2012-12-05 05:43:00 CST ---
I could track it down to the lines 23-30 from misc.conf:

<match target="font" >
    <test name="rgba" qual="all" >
        <const>unknown</const>
    </test>
    <edit mode="assign" name="rgba" >
        <const>rgb</const>
    </edit>
</match>


Removing this solves the problem. But I'm still wondering why I'm not seeing
this on my desktop but on Wine.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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