]> git.pld-linux.org Git - packages/crossmingw32-fontconfig.git/commitdiff
- Removed obsolete --with bytecode & fontconfig-autohint.patch
authorqrczak <qrczak@pld-linux.org>
Wed, 7 Mar 2007 16:20:27 +0000 (16:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fontconfig-autohint.patch -> 1.3

fontconfig-autohint.patch [deleted file]

diff --git a/fontconfig-autohint.patch b/fontconfig-autohint.patch
deleted file mode 100644 (file)
index 138d293..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
---- fontconfig-2.2.92/fonts.conf.in~   Mon Mar 29 22:49:31 2004
-+++ fontconfig-2.2.92/fonts.conf.in    Mon Mar 29 22:51:44 2004
-@@ -177,18 +177,8 @@
-       <match target="font">
-               <test name="family">
-                       <string>Bitstream Vera Sans</string>
--              </test>
--              <test name="pixelsize" compare="less">
--                      <double>7.5</double>
--              </test>
--              <edit name="hinting">
--                      <bool>false</bool>
--              </edit>
--      </match>
--
--      <match target="font">
--              <test name="family">
-                       <string>Bitstream Vera Serif</string>
-+                      <string>Bitstream Vera Sans Mono</string>
-               </test>
-               <test name="pixelsize" compare="less">
-                       <double>7.5</double>
-@@ -198,15 +188,29 @@
-               </edit>
-       </match>
-+<!-- 
-+      The Free*, Luxi and Quasi*TTF fonts have poor hinting instructions.
-+      Autohinting gives better results for them.
-+ -->
-+
-       <match target="font">
-               <test name="family">
--                      <string>Bitstream Vera Sans Mono</string>
-+                      <string>FreeMono</string>
-+                      <string>FreeSans</string>
-+                      <string>FreeSerif</string>
-+                      <string>Luxi Mono</string>
-+                      <string>Luxi Sans</string>
-+                      <string>Luxi Serif</string>
-+                      <string>QuasiBookmanTTF</string>
-+                      <string>QuasiChanceryTTF</string>
-+                      <string>QuasiCourierTTF</string>
-+                      <string>QuasiPalatinoTTF</string>
-+                      <string>QuasiSwissCondensedTTF</string>
-+                      <string>QuasiSwissTTF</string>
-+                      <string>QuasiTimesTTF</string>
-               </test>
--              <test name="pixelsize" compare="less">
--                      <double>7.5</double>
--              </test>
--              <edit name="hinting">
--                      <bool>false</bool>
-+              <edit name="autohint">
-+                      <bool>true</bool>
-               </edit>
-       </match>
This page took 0.124774 seconds and 4 git commands to generate.