[ipa-pmincho-fonts] Enable autohinting explicitly since the own hinting seems broken.

Akira TAGOH tagoh at fedoraproject.org
Fri Aug 17 07:33:37 UTC 2012


commit 9a419c0493dfaeb127a12d1def6dd77e788bcfa3
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Fri Aug 17 16:33:11 2012 +0900

    Enable autohinting explicitly since the own hinting seems broken.

 ipa-pmincho-fonts-fontconfig.conf |    7 ++++---
 ipa-pmincho-fonts.spec            |    5 ++++-
 2 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/ipa-pmincho-fonts-fontconfig.conf b/ipa-pmincho-fonts-fontconfig.conf
index e71bab5..defd2e5 100644
--- a/ipa-pmincho-fonts-fontconfig.conf
+++ b/ipa-pmincho-fonts-fontconfig.conf
@@ -22,8 +22,7 @@
 		</edit>
 	</match>
 
-	<!-- disable hinting -->
-<!--
+	<!-- enable autohinting -->
 	<match target="font">
 		<test name="family">
 			<string>IPAPMincho</string>
@@ -31,7 +30,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-pmincho-fonts.spec b/ipa-pmincho-fonts.spec
index da66d34..21fcc1b 100644
--- a/ipa-pmincho-fonts.spec
+++ b/ipa-pmincho-fonts.spec
@@ -6,7 +6,7 @@
 
 Name:		%{fontname}-fonts
 Version:	003.03
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Japanese Proportional Mincho-typeface OpenType font by IPA
 
 Group:		User Interface/X
@@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Aug 17 2012 Akira TAGOH <tagoh at redhat.com> - 003.03-3
+- Enable autohinting explicitly since the own hinting seems broken.
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 003.03-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the fonts-bugs mailing list