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

Pavel Far?? INVALID.NOREPLY at gnu.org.ua
Thu Mar 31 16:24:53 CEST 2022


Author: pavel
Date: 2022-03-31 14:24:53 +0000 (Thu, 31 Mar 2022)
New Revision: 73

Modified:
   trunk/gentium/source/fonts/gentium-tug/type1/kerncorrection.py
Log:
add several Cyrillic kerning pairs

Added just some kerning pairs to see the differences in metrics.
It is still very incomplete.


Modified: trunk/gentium/source/fonts/gentium-tug/type1/kerncorrection.py
===================================================================
--- trunk/gentium/source/fonts/gentium-tug/type1/kerncorrection.py	2022-03-31 13:48:24 UTC (rev 72)
+++ trunk/gentium/source/fonts/gentium-tug/type1/kerncorrection.py	2022-03-31 14:24:53 UTC (rev 73)
@@ -172,7 +172,12 @@
     # first pair are Latin letters, the other pairs are Cyrillic letters; probably not very obvious
     kern_pairs_cyrillic = [
         ["T A", "Т А", "Г А"],
+        ["T a", "Т а"],
+        ["T o", "Т о"],
+        ["T e", "Т е"],
         ["A T", "А Т"],
+        ["A C", "А С"],
+        ["P A", "Р А"],
     ]
 
 



More information about the gentium-commits mailing list.