This commit is contained in:
parent
3233456a6d
commit
37e8ce23db
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 23 18:46:17 CET 2007 - mfabian@suse.de
|
||||
|
||||
- Bugzilla #118131 comment #93: set the autohinter default
|
||||
matching on "font" instead of on "pattern".
|
||||
If an autohint value is set in pattern, OpenOffice 2.1 will use
|
||||
that even if there are fontconfig rules matching on "font" which
|
||||
should override it again). This doesn't cause any problems for
|
||||
Cairo/Gnome (see bug #104365) because Cairo/Gnome don't try to
|
||||
change the autohint value anyway.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 30 12:47:41 CET 2007 - mfabian@suse.de
|
||||
|
||||
|
@ -20,7 +20,7 @@ Requires: fontconfig >= 2.3.93.20060103
|
||||
Recommends: ft2demos
|
||||
%endif
|
||||
Version: 20061025
|
||||
Release: 15
|
||||
Release: 20
|
||||
Summary: Configures Fonts for X Windows and other applications
|
||||
Source: fonts-config
|
||||
Source1: SuSEconfig.fonts
|
||||
@ -79,7 +79,15 @@ exit 0
|
||||
%{_mandir}/man1/fonts-config.1.gz
|
||||
/var/adm/fillup-templates/sysconfig.fonts-config
|
||||
|
||||
%changelog -n fonts-config
|
||||
%changelog
|
||||
* Fri Mar 23 2007 - mfabian@suse.de
|
||||
- Bugzilla #118131 comment #93: set the autohinter default
|
||||
matching on "font" instead of on "pattern".
|
||||
If an autohint value is set in pattern, OpenOffice 2.1 will use
|
||||
that even if there are fontconfig rules matching on "font" which
|
||||
should override it again). This doesn't cause any problems for
|
||||
Cairo/Gnome (see bug #104365) because Cairo/Gnome don't try to
|
||||
change the autohint value anyway.
|
||||
* Tue Jan 30 2007 - mfabian@suse.de
|
||||
- Bugzilla #239692: acroread moved to /usr/lib, add a new
|
||||
glob pattern to the font directory list.
|
||||
|
@ -33,16 +33,21 @@
|
||||
</match>
|
||||
|
||||
<!--
|
||||
Set autohinter=true as the default, then add exceptions for certain fonts:
|
||||
Set autohinter=true as the default, then add exceptions for certain fonts.
|
||||
|
||||
Match on "font" here, not on "pattern" because of bug #118131 comment #93.
|
||||
(If an autohint value is set in pattern, OpenOffice 2.1 will use that even
|
||||
if there are fontconfig rules matching on "font" which should override it
|
||||
again). This doesn't cause any problems for Cairo/Gnome (see bug #104365)
|
||||
because Cairo/Gnome don't try to change the autohint value anyway.
|
||||
-->
|
||||
|
||||
<match target="pattern">
|
||||
<match target="font">
|
||||
<edit name="autohint">
|
||||
<bool>true</bool>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
|
||||
<!--
|
||||
Switch off the autohinter for PostScript fonts (Type 1 and OpenType CFF)
|
||||
because using the PostScript hinting usually looks better than using
|
||||
|
Loading…
x
Reference in New Issue
Block a user