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

Pavel Far?? INVALID.NOREPLY at gnu.org.ua
Sat Apr 2 18:43:36 CEST 2022


Author: pavel
Date: 2022-04-02 16:43:36 +0000 (Sat, 02 Apr 2022)
New Revision: 77

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

Use more lines and make them shorter. Sort the lines. This will
make 'svn diff' more usefull.


Modified: trunk/gentium/source/fonts/gentium-tug/type1/kerncorrection.py
===================================================================
--- trunk/gentium/source/fonts/gentium-tug/type1/kerncorrection.py	2022-03-31 22:16:32 UTC (rev 76)
+++ trunk/gentium/source/fonts/gentium-tug/type1/kerncorrection.py	2022-04-02 16:43:36 UTC (rev 77)
@@ -171,13 +171,18 @@
 
     # first pair are Latin letters, the other pairs are Cyrillic letters; probably not very obvious
     kern_pairs_cyrillic = [
-        ["T A", "Т А", "Г А"],
+        ["A C", "А С"],
+        ["A O", "А О"],
+        ["A T", "А Т"],
+        ["C A", "С А"],
+        ["O A", "О А"],
+        ["O X", "О Х"],
+        ["P A", "Р А"],
+        ["T A", "Г А"],
+        ["T A", "Т А"],
         ["T a", "Т а"],
+        ["T e", "Т е"],
         ["T o", "Т о"],
-        ["T e", "Т е"],
-        ["A T", "А Т"],
-        ["A C", "А С"],
-        ["P A", "Р А"],
     ]
 
 



More information about the gentium-commits mailing list.