[gentium-commits] [SCM] gentium updated: r39 - trunk/test/type1/Scripts/SplitKerns

Pavel Far?? INVALID.NOREPLY at gnu.org.ua
Mon Mar 21 09:23:42 CET 2022


Author: pavel
Date: 2022-03-21 08:23:41 +0000 (Mon, 21 Mar 2022)
New Revision: 39

Modified:
   trunk/test/type1/Scripts/SplitKerns/split_kerning_pairs.py
Log:
addapt split_kerning_pairs.py for Python3 and fix path

Modified: trunk/test/type1/Scripts/SplitKerns/split_kerning_pairs.py
===================================================================
--- trunk/test/type1/Scripts/SplitKerns/split_kerning_pairs.py	2022-03-20 12:14:27 UTC (rev 38)
+++ trunk/test/type1/Scripts/SplitKerns/split_kerning_pairs.py	2022-03-21 08:23:41 UTC (rev 39)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 
 # Splits kerning pairs into T1, L7x and rest
 # Needs one argument--the afm file to split
@@ -5,7 +5,7 @@
 
 import os, sys, string
 
-ENC_PATH = '../../../../gentium/fonts/enc/dvips/gentium/'
+ENC_PATH = '../../../../gentium/fonts/enc/dvips/gentium-tug/'
 
 # create set with glyphs in T1 (normal and small caps)
 t1glyphs = set("")



More information about the gentium-commits mailing list.