summaryrefslogtreecommitdiff
path: root/scripts/lib/fontbuild/markFeature.py
diff options
context:
space:
mode:
authorJames Godfrey-Kittle <jamesgk@google.com>2015-12-11 14:59:36 -0800
committerJames Godfrey-Kittle <jamesgk@google.com>2015-12-11 14:59:36 -0800
commitdb517c3b0639140ebd1516d2669a29d612da1c0b (patch)
tree024e7d64423d6d6621ed7ec54e49626a4ece623d /scripts/lib/fontbuild/markFeature.py
parent27233df647b182263c7176f3956574cd3a2947cc (diff)
Update calls to ufo2ft
Due to changes in https://github.com/jamesgk/ufo2ft/commit/6c46f7050bfdd346c33c1312f07830c48fcc07f2
Diffstat (limited to 'scripts/lib/fontbuild/markFeature.py')
-rwxr-xr-xscripts/lib/fontbuild/markFeature.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/lib/fontbuild/markFeature.py b/scripts/lib/fontbuild/markFeature.py
index 945cef0..395e537 100755
--- a/scripts/lib/fontbuild/markFeature.py
+++ b/scripts/lib/fontbuild/markFeature.py
@@ -43,3 +43,8 @@ class RobotoFeatureCompiler(FeatureOTFCompiler):
["a", "uni0430"], ["e", "uni0435"], ["p", "uni0440"],
["c", "uni0441"], ["x", "uni0445"], ["s", "uni0455"],
["i", "uni0456"], ["psi", "uni0471"]]
+
+
+class RobotoKernWriter(KernFeatureWriter):
+ leftFeaClassRe = r"@_(.+)_L$"
+ rightFeaClassRe = r"@_(.+)_R$"