[ipa-ex-gothic-fonts] Enable autohinting explicitly since it looks somewhat better.

Akira TAGOH tagoh at fedoraproject.org
Fri Aug 17 07:47:36 UTC 2012


commit 7924a0f20d10aa59b2b9dfd275253a1a50c99d83
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Fri Aug 17 16:47:12 2012 +0900

    Enable autohinting explicitly since it looks somewhat better.

 ipa-ex-gothic-fonts-fontconfig.conf |    7 ++++---
 ipa-ex-gothic-fonts.spec            |    5 ++++-
 2 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/ipa-ex-gothic-fonts-fontconfig.conf b/ipa-ex-gothic-fonts-fontconfig.conf
index 35b7682..3497299 100644
--- a/ipa-ex-gothic-fonts-fontconfig.conf
+++ b/ipa-ex-gothic-fonts-fontconfig.conf
@@ -21,8 +21,7 @@
 			<string>IPAexGothic</string>
 		</edit>
 	</match>
-	<!-- disable hinting -->
-<!--
+	<!-- enable autohinting -->
 	<match target="font">
 		<test name="family">
 			<string>IPAGothic</string>
@@ -30,7 +29,9 @@
 		<edit name="hinting" mode="assign">
 			<bool>false</bool>
 		</edit>
+		<edit name="autohint" mode="assign">
+			<bool>true</bool>
+		</edit>
 	</match>
--->
 </fontconfig>
 
diff --git a/ipa-ex-gothic-fonts.spec b/ipa-ex-gothic-fonts.spec
index d6afe45..a01a565 100644
--- a/ipa-ex-gothic-fonts.spec
+++ b/ipa-ex-gothic-fonts.spec
@@ -6,7 +6,7 @@
 
 Name:		%{fontname}-fonts
 Version:	001.02
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	Japanese Gothic-typeface OpenType font by IPA
 
 Group:		User Interface/X
@@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Aug 17 2012 Akira TAGOH <tagoh at redhat.com> - 001.02-6
+- Enable autohinting explicitly since it looks somewhat better.
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 001.02-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list