Accepting request 234858 from M17N
- Don't force antialias for bitmap fonts for avoiding the render errors with Qt5 (bnc#866705) (forwarded request 234857 from tiwai) OBS-URL: https://build.opensuse.org/request/show/234858 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fonts-config?expand=0&rev=38
This commit is contained in:
commit
8a96629766
@ -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>
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -173,7 +173,7 @@ PREFER_MONO_FAMILIES=""
|
||||
## Type: yesno
|
||||
## Default: yes
|
||||
#
|
||||
# Do not metric substitutions.
|
||||
# Perform metric substitutions.
|
||||
#
|
||||
# When set to yes, value of PREFER_*_FAMILIES can be overriden when document
|
||||
# or GUI is requesting metric compatible font as defined
|
||||
|
Loading…
x
Reference in New Issue
Block a user