Skip to content

Commit

Permalink
Remove incomplete OpenType features c2sc and smcp. Closes #630
Browse files Browse the repository at this point in the history
  • Loading branch information
rsms committed Mar 23, 2024
1 parent 1394fc8 commit 883a326
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 89 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@ <h2>&nbsp;</h2>
<a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_pt#tag-pnum">pnum</a> Proportional Figures<br>
<a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_pt#tag-salt">salt</a> Stylistic Alternates<br>
<a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_pt#tag-sinf">sinf</a> Scientific Inferiors<br>
<a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_pt#tag-smcp">smcp</a> Small Capitals (limited)<br>
<!--a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_pt#tag-smcp">smcp</a> Small Capitals (limited)<br-->
<a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_pt#tag-ss01---ss20">ss01</a> Open digits<br>
<a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_pt#tag-ss01---ss20">ss02</a> Disambiguation (with zero)<br>
<a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_pt#tag-ss01---ss20">ss03</a> Round quotes &amp; commas<br>
Expand Down
44 changes: 0 additions & 44 deletions src/Inter-Italic.glyphspackage/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down
44 changes: 0 additions & 44 deletions src/Inter-Roman.glyphspackage/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down

0 comments on commit 883a326

Please sign in to comment.