[ipa-gothic-fonts] Enable hinting explicitly since autohinting seems broken for this font.

Akira TAGOH tagoh at fedoraproject.org
Fri Aug 17 07:11:22 UTC 2012


commit 45ea034871a0688ae2e83bfee66856eead52bb58
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Fri Aug 17 16:10:59 2012 +0900

    Enable hinting explicitly since autohinting seems broken for this font.

 ipa-gothic-fonts-fontconfig.conf |    7 ++++---
 ipa-gothic-fonts.spec            |    5 ++++-
 2 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/ipa-gothic-fonts-fontconfig.conf b/ipa-gothic-fonts-fontconfig.conf
index 6389cb6..b9c7562 100644
--- a/ipa-gothic-fonts-fontconfig.conf
+++ b/ipa-gothic-fonts-fontconfig.conf
@@ -40,16 +40,17 @@
 			<string>IPAGothic</string>
 		</edit>
 	</match>
-	<!-- disable hinting -->
-<!--
+	<!-- enable hinting -->
 	<match target="font">
 		<test name="family">
 			<string>IPAGothic</string>
 		</test>
 		<edit name="hinting" mode="assign">
+			<bool>true</bool>
+		</edit>
+		<edit name="autohint" mode="assign">
 			<bool>false</bool>
 		</edit>
 	</match>
--->
 </fontconfig>
 
diff --git a/ipa-gothic-fonts.spec b/ipa-gothic-fonts.spec
index 7b8bf42..2169fc5 100644
--- a/ipa-gothic-fonts.spec
+++ b/ipa-gothic-fonts.spec
@@ -6,7 +6,7 @@
 
 Name:		%{fontname}-fonts
 Version:	003.03
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Japanese Gothic-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 hinting explicitly since autohinting seems broken for this font.
+
 * 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