mirror of
https://github.com/rsms/inter.git
synced 2024-11-15 19:47:47 +01:00
Remove incomplete OpenType features c2sc and smcp. Closes #630
This commit is contained in:
parent
1394fc8216
commit
883a3261d3
3 changed files with 1 additions and 89 deletions
|
@ -1196,7 +1196,7 @@ At a later date we find the word applied to very different objects, though alway
|
|||
<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 & commas<br>
|
||||
|
|
|
@ -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 = (
|
||||
|
|
|
@ -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 = (
|
||||
|
|
Loading…
Reference in a new issue