This commit is contained in:
parent
7a922c923f
commit
63f8901851
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 18 16:07:26 CET 2007 - mfabian@suse.de
|
||||
|
||||
- add "Lucida Sans Typewriter", "Lucida Sans", and "Lucida Bright"
|
||||
to the list of fonts which should always use the byte code
|
||||
interpreter if anti-aliasing is off. Suggested by
|
||||
Bernhard Walle <bwalle@suse.de>.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 16 17:39:14 CEST 2007 - mfabian@suse.de
|
||||
|
||||
|
@ -23,7 +23,7 @@ Url: http://fontconfig.org/
|
||||
AutoReqProv: on
|
||||
Requires: bash
|
||||
Version: 2.4.2
|
||||
Release: 48
|
||||
Release: 59
|
||||
Summary: Library for Font Configuration
|
||||
# CVS can be found here: (CVS is gone, fontconfig uses git now).
|
||||
# $ cvs -d :pserver:anoncvs@pdx.freedesktop.org:/cvs/fontconfig login
|
||||
@ -230,7 +230,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{myprefix}/%{_lib}/libfontconfig.so
|
||||
%doc %{_mandir}/man3/Fc*
|
||||
%{myprefix}/include/fontconfig/
|
||||
|
||||
%changelog
|
||||
* Tue Dec 18 2007 - mfabian@suse.de
|
||||
- add "Lucida Sans Typewriter", "Lucida Sans", and "Lucida Bright"
|
||||
to the list of fonts which should always use the byte code
|
||||
interpreter if anti-aliasing is off. Suggested by
|
||||
Bernhard Walle <bwalle@suse.de>.
|
||||
* Tue Oct 16 2007 - mfabian@suse.de
|
||||
- Bugzilla #334154: make "Lohit Punjabi" the default font for
|
||||
Punjabi (move ugly FreeSans, FreeSerif, FreeMono down in
|
||||
|
@ -201,6 +201,9 @@
|
||||
<string>Andy MT</string>
|
||||
<string>Bell MT</string>
|
||||
<string>Monotype Sorts</string>
|
||||
<string>Lucida Sans Typewriter</string>
|
||||
<string>Lucida Sans</string>
|
||||
<string>Lucida Bright</string>
|
||||
</test>
|
||||
<test name="pixelsize" compare="less_eq">
|
||||
<double>0</double>
|
||||
|
@ -164,6 +164,9 @@
|
||||
<string>Andy MT</string>
|
||||
<string>Bell MT</string>
|
||||
<string>Monotype Sorts</string>
|
||||
<string>Lucida Sans Typewriter</string>
|
||||
<string>Lucida Sans</string>
|
||||
<string>Lucida Bright</string>
|
||||
</test>
|
||||
<test name="antialias">
|
||||
<bool>false</bool>
|
||||
|
Loading…
Reference in New Issue
Block a user