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

Pavel Far?? INVALID.NOREPLY at gnu.org.ua
Thu Apr 7 20:15:44 CEST 2022


Author: pavel
Date: 2022-04-07 18:15:44 +0000 (Thu, 07 Apr 2022)
New Revision: 94

Modified:
   trunk/gentium/source/fonts/gentium-tug/type1/kerncorrection.py
Log:
extend kerning classes for Cyrillic letters

Modified: trunk/gentium/source/fonts/gentium-tug/type1/kerncorrection.py
===================================================================
--- trunk/gentium/source/fonts/gentium-tug/type1/kerncorrection.py	2022-04-07 17:31:09 UTC (rev 93)
+++ trunk/gentium/source/fonts/gentium-tug/type1/kerncorrection.py	2022-04-07 18:15:44 UTC (rev 94)
@@ -303,16 +303,16 @@
             # sort lines before commit!
             "А": ["А"],
             "Д" : ["Д"],
-            "Л" : ["Л"],
+            "Л" : ["Л", "Љ", "Ӆ", "Ԓ"],
             "О": ["О"],
             "С": ["С", "Ҫ"],
             "Т": ["Т", "Ҭ"],
             "Х": ["Х", "Ҳ", "Ӽ"],
-            "Ч" : ["Ч"],
+            "Ч" : ["Ч", "Ҷ", "Ҹ", "Ӌ"],
             "а": ["а", "ӕ"],
             "д" : ["д"],
             "е": ["е", "ё"],
-            "л" : ["л"],
+            "л" : ["л", "љ", "ӆ", "ԓ"],
             "о": ["о"],
             "у": ["у", "ў"],
             "х": ["х", "ҳ", "ӽ"],



More information about the gentium-commits mailing list.