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

Pavel Far?? INVALID.NOREPLY at gnu.org.ua
Mon Apr 4 18:44:10 CEST 2022


Author: pavel
Date: 2022-04-04 16:44:10 +0000 (Mon, 04 Apr 2022)
New Revision: 84

Modified:
   trunk/gentium/source/fonts/gentium-tug/type1/kerncorrection.py
Log:
add more Cyrillic kerns

Modified: trunk/gentium/source/fonts/gentium-tug/type1/kerncorrection.py
===================================================================
--- trunk/gentium/source/fonts/gentium-tug/type1/kerncorrection.py	2022-04-04 15:41:03 UTC (rev 83)
+++ trunk/gentium/source/fonts/gentium-tug/type1/kerncorrection.py	2022-04-04 16:44:10 UTC (rev 84)
@@ -176,13 +176,17 @@
     ]
 
     # first pair has Latin letters, the second pair has Cyrillic letters; probably not very obvious
+    # there is no kern for 'X O' in the fonts
     kern_pairs_cyrillic = [
         ["A C", "А С"],
         ["A O", "А О"],
         ["A T", "А Т"],
+        ["A Y", "А Ү"],
+        ["A y", "А у"],
         ["C A", "С А"],
         ["O A", "О А"],
         ["O X", "О Х"],
+        ["O Y", "О Ү"],
         ["P A", "Р А"],
         ["T A", "Г А"],
         ["T A", "Т А"],
@@ -218,10 +222,12 @@
             "С": ["С", "Ҫ"],
             "Т": ["Т", "Ҭ"],
             "Х": ["Х", "Ҳ", "Ӽ"],
+            "Ү": ["Ү"],  # not Russian
             "а": ["а", "ӕ"],
             "е": ["е", "ё"],
             "о": ["о"],
             "х": ["х", "ҳ", "ӽ"],
+            "у": ["у", "ў"],
     }
 
     def __init__(self, filename):



More information about the gentium-commits mailing list.