From 883a3261d3e79a2c5243bed1069b25b699385d15 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Fri, 22 Mar 2024 18:08:30 -0700 Subject: Remove incomplete OpenType features c2sc and smcp. Closes #630 --- docs/index.html | 2 +- src/Inter-Italic.glyphspackage/fontinfo.plist | 44 --------------------------- src/Inter-Roman.glyphspackage/fontinfo.plist | 44 --------------------------- 3 files changed, 1 insertion(+), 89 deletions(-) diff --git a/docs/index.html b/docs/index.html index 5a78782e9..95ef30f96 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1196,7 +1196,7 @@ At a later date we find the word applied to very different objects, though alway pnum Proportional Figures
salt Stylistic Alternates
sinf Scientific Inferiors
- smcp Small Capitals (limited)
+ ss01 Open digits
ss02 Disambiguation (with zero)
ss03 Round quotes & commas
diff --git a/src/Inter-Italic.glyphspackage/fontinfo.plist b/src/Inter-Italic.glyphspackage/fontinfo.plist index 509b37c8f..24aa5b603 100644 --- a/src/Inter-Italic.glyphspackage/fontinfo.plist +++ b/src/Inter-Italic.glyphspackage/fontinfo.plist @@ -3464,50 +3464,6 @@ code = "cvParameters { FeatUILabelNameID { name \"Compact t\"; }; }; include(features/cv13-compact-t.fea); "; tag = cv13; -}, -{ -automatic = 1; -code = "sub A by a.sc; -sub G by g.sc; -sub Ghook by ghook.sc; -sub H by h.sc; -sub I by i.sc; -sub L by l.sc; -sub M by m.sc; -sub N by n.sc; -sub OE by oe.sc; -sub R by r.sc; -sub T by t.sc; -sub Y by y.sc; -sub ghook by ghook.sc; -sub i by i.sc; -sub l by l.sc; -sub n by n.sc; -sub oe by oe.sc; -sub r by r.sc; -sub y by y.sc; -sub a by a.sc; -sub m by m.sc; -sub t by t.sc; -"; -tag = c2sc; -}, -{ -automatic = 1; -code = "sub a by a.sc; -sub g by g.sc; -sub ghook by ghook.sc; -sub h by h.sc; -sub i by i.sc; -sub l by l.sc; -sub m by m.sc; -sub n by n.sc; -sub oe by oe.sc; -sub r by r.sc; -sub t by t.sc; -sub y by y.sc; -"; -tag = smcp; } ); fontMaster = ( diff --git a/src/Inter-Roman.glyphspackage/fontinfo.plist b/src/Inter-Roman.glyphspackage/fontinfo.plist index bd12fdc6e..b15715546 100644 --- a/src/Inter-Roman.glyphspackage/fontinfo.plist +++ b/src/Inter-Roman.glyphspackage/fontinfo.plist @@ -3481,50 +3481,6 @@ code = "cvParameters { FeatUILabelNameID { name \"Compact t\"; }; }; include(features/cv13-compact-t.fea); "; tag = cv13; -}, -{ -automatic = 1; -code = "sub A by a.sc; -sub G by g.sc; -sub Ghook by ghook.sc; -sub H by h.sc; -sub I by i.sc; -sub L by l.sc; -sub M by m.sc; -sub N by n.sc; -sub OE by oe.sc; -sub R by r.sc; -sub T by t.sc; -sub Y by y.sc; -sub ghook by ghook.sc; -sub i by i.sc; -sub l by l.sc; -sub n by n.sc; -sub oe by oe.sc; -sub r by r.sc; -sub y by y.sc; -sub a by a.sc; -sub m by m.sc; -sub t by t.sc; -"; -tag = c2sc; -}, -{ -automatic = 1; -code = "sub a by a.sc; -sub g by g.sc; -sub ghook by ghook.sc; -sub h by h.sc; -sub i by i.sc; -sub l by l.sc; -sub m by m.sc; -sub n by n.sc; -sub oe by oe.sc; -sub r by r.sc; -sub t by t.sc; -sub y by y.sc; -"; -tag = smcp; } ); fontMaster = ( -- cgit v1.2.3