SHA256
1
0
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:
2014-05-20 13:50:11 +00:00
committed by Git OBS Bridge
parent ed0ecc5838
commit c739cb595f
2 changed files with 12 additions and 0 deletions

View File

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

View File

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