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

Akira TAGOH tagoh at fedoraproject.org
Fri Aug 17 07:27:12 UTC 2012


commit 2c2a138702088d9c58f214b9a4ef469789dae9c1
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Fri Aug 17 16:26:48 2012 +0900

    Enable autohinting explicitly since the own hinting seems broken.

 ipa-mincho-fonts-fontconfig.conf |    7 ++++---
 ipa-mincho-fonts.spec            |    5 ++++-
 2 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/ipa-mincho-fonts-fontconfig.conf b/ipa-mincho-fonts-fontconfig.conf
index 111874e..eb3ac85 100644
--- a/ipa-mincho-fonts-fontconfig.conf
+++ b/ipa-mincho-fonts-fontconfig.conf
@@ -22,8 +22,7 @@
 		</edit>
 	</match>
 
-	<!-- disable hinting -->
-<!--
+	<!-- enable autohinting -->
 	<match target="font">
 		<test name="family">
 			<string>IPAMincho</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-mincho-fonts.spec b/ipa-mincho-fonts.spec
index 38fdcdb..c92a4ff 100644
--- a/ipa-mincho-fonts.spec
+++ b/ipa-mincho-fonts.spec
@@ -6,7 +6,7 @@
 
 Name:		%{fontname}-fonts
 Version:	003.03
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Japanese 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