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

Pavel Far?? INVALID.NOREPLY at gnu.org.ua
Wed Mar 23 18:59:06 CET 2022


Author: pavel
Date: 2022-03-23 17:59:05 +0000 (Wed, 23 Mar 2022)
New Revision: 49

Modified:
   trunk/gentium/source/fonts/gentium-tug/type1/kerncorrection.py
Log:
found the source of the duplicate kerning pairs

Modified: trunk/gentium/source/fonts/gentium-tug/type1/kerncorrection.py
===================================================================
--- trunk/gentium/source/fonts/gentium-tug/type1/kerncorrection.py	2022-03-23 16:53:28 UTC (rev 48)
+++ trunk/gentium/source/fonts/gentium-tug/type1/kerncorrection.py	2022-03-23 17:59:05 UTC (rev 49)
@@ -4,6 +4,15 @@
 
 # Used uni0162 for Tcedilla and uni021A for Tcommaaccent
 
+
+# ERROR (non-critical)
+# --------------------
+# Found where the duplicate kerning pairs are written.
+# Example of such duplicate kerning pair is 'A cacute.sc'
+# It is generated is initialcap() for the first time and in
+# accentedinitialcapsmallcap() for the second time.
+
+
 # TODO: use variable for the small caps extension '.sc'
 
 import os, sys, re



More information about the gentium-commits mailing list.