Skip to content

Commit

Permalink
1.004update3
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-212 committed Apr 2, 2024
1 parent 1466942 commit 8a5eddc
Show file tree
Hide file tree
Showing 6 changed files with 895 additions and 49 deletions.
3 changes: 2 additions & 1 deletion src/InterNumeric.glyphspackage/UIState.plist
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
displayStrings = (
"/one.tf"
"/one.tf",
"÷"
);
}
47 changes: 28 additions & 19 deletions src/InterNumeric.glyphspackage/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -70,33 +70,16 @@ features = (
automatic = 1;
code = "feature case;
feature zero;
feature cv01;
feature pnum;
feature tnum;
feature cv01;
feature cv02;
feature cv03;
";
tag = aalt;
},
{
automatic = 1;
code = "sub colon by colon.case;
sub hyphen by hyphen.case;
sub endash by endash.case;
sub emdash by emdash.case;
sub plus by plus.case;
sub minus by minus.case;
sub multiply by multiply.case;
";
tag = case;
},
{
automatic = 1;
code = "sub zero by zero.zero;
";
tag = zero;
},
{
automatic = 1;
code = "sub zero.tf by zero;
sub one.tf by one;
sub two.tf by two;
Expand Down Expand Up @@ -156,6 +139,24 @@ sub multiply.case by multiply.case.tf;
tag = tnum;
},
{
automatic = 1;
code = "sub colon by colon.case;
sub hyphen by hyphen.case;
sub endash by endash.case;
sub emdash by emdash.case;
sub plus by plus.case;
sub minus by minus.case;
sub multiply by multiply.case;
";
tag = case;
},
{
automatic = 1;
code = "sub zero by zero.zero;
";
tag = zero;
},
{
code = "cvParameters { FeatUILabelNameID { name \"Alternate One\"; }; };
sub one by one.cv01;
Expand All @@ -170,6 +171,14 @@ sub three by three.cv02;
sub three.tf by three.tf.cv02;
";
tag = cv02;
},
{
code = "cvParameters { FeatUILabelNameID { name \"Open Four\"; }; };
sub four by four.cv03;
sub four.tf by four.tf.cv03;
";
tag = cv03;
}
);
fontMaster = (
Expand Down
Loading

0 comments on commit 8a5eddc

Please sign in to comment.