summaryrefslogtreecommitdiff
path: root/res/ot_features.txt
diff options
context:
space:
mode:
authorJames Godfrey-Kittle <jamesgk@google.com>2015-09-04 17:07:30 -0700
committerJames Godfrey-Kittle <jamesgk@google.com>2015-09-04 17:34:52 -0700
commit9c764b6dc6e020aedc3373561a09f41f479847e3 (patch)
tree663b6b85d62c22ac60f595436b2a2efc973adf18 /res/ot_features.txt
parente650ddaeb3b93c865c2f73b394c5c2e2b6053db0 (diff)
Fix up *num features.
A few things happening here: - References to *.lnum glyphs changed to *.pnum (reflecting the renames in the last commit). - Feature definitions expanded to handle feature combinations, not-working definitions removed from the resource directory. - Glyph classes added to make feature definitions clearer. - VFBs updated via vfb2ufo, based on updates to UFOs.
Diffstat (limited to 'res/ot_features.txt')
-rw-r--r--res/ot_features.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/res/ot_features.txt b/res/ot_features.txt
index ac707e1..d189d46 100644
--- a/res/ot_features.txt
+++ b/res/ot_features.txt
@@ -10,10 +10,6 @@ feature liga {
sub f f i by ffi;
} liga;
-feature lnum {
- sub @TNUM by @LNUM;
-}
-
feature ss01 {
sub alpha by alpha.alt;
}
@@ -24,4 +20,4 @@ feature ss02 {
feature ss03 {
sub R by R.alt;
-} \ No newline at end of file
+}