rpms/ipa-gothic-fonts/F-9 ipa-gothic-fonts-fontconfig.conf, 1.1, 1.2 ipa-gothic-fonts.spec, 1.1, 1.2

Akira TAGOH tagoh at fedoraproject.org
Fri Jun 5 12:01:57 UTC 2009


Author: tagoh

Update of /cvs/pkgs/rpms/ipa-gothic-fonts/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2489

Modified Files:
	ipa-gothic-fonts-fontconfig.conf ipa-gothic-fonts.spec 
Log Message:
* Fri Jun  5 2009 Akira TAGOH <tagoh at redhat.com> - 003.01-3
- Disable hinting.


Index: ipa-gothic-fonts-fontconfig.conf
===================================================================
RCS file: /cvs/pkgs/rpms/ipa-gothic-fonts/F-9/ipa-gothic-fonts-fontconfig.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- ipa-gothic-fonts-fontconfig.conf	23 Apr 2009 09:42:05 -0000	1.1
+++ ipa-gothic-fonts-fontconfig.conf	5 Jun 2009 12:01:26 -0000	1.2
@@ -21,5 +21,15 @@
 			<string>IPAGothic</string>
 		</edit>
 	</match>
+
+	<!-- disable hinting -->
+	<match target="font">
+		<test name="family">
+			<string>IPAGothic</string>
+		</test>
+		<edit name="hinting" mode="assign">
+			<bool>false</bool>
+		</edit>
+	</match>
 </fontconfig>
 


Index: ipa-gothic-fonts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ipa-gothic-fonts/F-9/ipa-gothic-fonts.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- ipa-gothic-fonts.spec	23 Apr 2009 09:42:05 -0000	1.1
+++ ipa-gothic-fonts.spec	5 Jun 2009 12:01:26 -0000	1.2
@@ -6,7 +6,7 @@
 
 Name:		%{fontname}-fonts
 Version:	003.01
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Japanese Gothic-typeface OpenType font by IPA
 
 Group:		User Interface/X
@@ -51,10 +51,14 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %_font_pkg -f %{fontconf} *.otf
+
 %doc Readme_%{archivename}.txt IPA_Font_License_Agreement_v1.0.txt
 
 
 %changelog
+* Fri Jun  5 2009 Akira TAGOH <tagoh at redhat.com> - 003.01-3
+- Disable hinting.
+
 * Wed Apr 22 2009 Akira TAGOH <tagoh at redhat.com> - 003.01-2
 - Correct the source URL.
 




More information about the fedora-extras-commits mailing list