forked from pool/fonts-config
Accepting request 234857 from home:tiwai:branches:M17N
- Don't force antialias for bitmap fonts for avoiding the render errors with Qt5 (bnc#866705) OBS-URL: https://build.opensuse.org/request/show/234857 OBS-URL: https://build.opensuse.org/package/show/M17N/fonts-config?expand=0&rev=46
This commit is contained in:
@@ -101,6 +101,12 @@
|
||||
|
||||
<!-- font smooth or don't font smooth -->
|
||||
<match target="font">
|
||||
<!-- this test should not be needed,
|
||||
as antialiasing is done only for outlines,
|
||||
but workarounds Qt5 issue, see bug 866705 -->
|
||||
<test name="outline">
|
||||
<bool>true</bool>
|
||||
</test>
|
||||
<edit name="antialias" mode="assign">
|
||||
<bool>true</bool>
|
||||
</edit>
|
||||
|
@@ -3,6 +3,12 @@ Thu May 15 14:13:16 UTC 2014 - pgajdos@suse.com
|
||||
|
||||
- fix comment for SEARCH_METRIC_COMPATIBLE
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 14 16:40:42 CEST 2014 - tiwai@suse.de
|
||||
|
||||
- Don't force antialias for bitmap fonts for avoiding the render
|
||||
errors with Qt5 (bnc#866705)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 21 09:33:50 UTC 2014 - pgajdos@suse.com
|
||||
|
||||
|
Reference in New Issue
Block a user