[gentium-commits] [SCM] gentium updated: r32 - trunk/gentium/source/fonts/gentium-tug/type1

Pavel Far?? INVALID.NOREPLY at gnu.org.ua
Thu Mar 17 21:51:36 CET 2022


Author: pavel
Date: 2022-03-17 20:51:36 +0000 (Thu, 17 Mar 2022)
New Revision: 32

Modified:
   trunk/gentium/source/fonts/gentium-tug/type1/ff-gentium.pe
Log:
fix kern between D and V in the new fonts

Modified: trunk/gentium/source/fonts/gentium-tug/type1/ff-gentium.pe
===================================================================
--- trunk/gentium/source/fonts/gentium-tug/type1/ff-gentium.pe	2022-03-17 15:40:35 UTC (rev 31)
+++ trunk/gentium/source/fonts/gentium-tug/type1/ff-gentium.pe	2022-03-17 20:51:36 UTC (rev 32)
@@ -197,8 +197,15 @@
 	endif
 
 
-	# Correction of the kern between D and V in "GentiumPlus-R.ttf"
-	if ( $argv[i] == "GentiumPlus-R.ttf" )
+	# Correction of the kern between D and V in "GentiumPlus-R.ttf" and some other
+	# All these fonts had 20 and it will be changed to -20.
+	if ( \
+	    $argv[i] == "GentiumPlus-R.ttf" || \
+	    $argv[i] == "GentiumPlus-Regular.ttf" || \
+	    $argv[i] == "GentiumPlus-Bold.ttf" || \
+	    $argv[i] == "GentiumBookPlus-Regular.ttf" || \
+	    $argv[i] == "GentiumBookPlus-Bold.ttf" \
+	)
 		Print("* Correction of kern between D and V")
 		Select("D")
 		SetKern("V", -20)



More information about the gentium-commits mailing list.