Skip to content

Commit

Permalink
1.004update4
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-212 committed Apr 2, 2024
1 parent ab50242 commit bd63131
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/InterNumeric.glyphspackage/UIState.plist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
displayStrings = (
"12345:6789"
"12345:67890"
);
}
6 changes: 1 addition & 5 deletions src/InterNumeric.glyphspackage/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ automatic = 1;
code = "feature pnum;
feature tnum;
feature case;
feature zero;
feature cv01;
feature cv02;
feature cv03;
Expand All @@ -90,7 +89,6 @@ sub six.tf by six;
sub seven.tf by seven;
sub eight.tf by eight;
sub nine.tf by nine;
sub zero.zero.tf by zero.zero;
sub space.tf by space;
sub nbspace.tf by nbspace;
sub period.tf by period;
Expand Down Expand Up @@ -120,7 +118,6 @@ sub six by six.tf;
sub seven by seven.tf;
sub eight by eight.tf;
sub nine by nine.tf;
sub zero.zero by zero.zero.tf;
sub space by space.tf;
sub nbspace by nbspace.tf;
sub period by period.tf;
Expand Down Expand Up @@ -151,8 +148,7 @@ sub multiply by multiply.case;
tag = case;
},
{
automatic = 1;
code = "sub zero by zero.zero;
code = "include(features/zero.fea);
";
tag = zero;
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
color = 8;
glyphname = zero.zero;
glyphname = zero.slash;
kernLeft = six;
kernRight = nine;
layers = (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
color = 8;
glyphname = zero.zero.tf;
glyphname = zero.tf.slash;
layers = (
{
layerId = m009;
Expand Down
4 changes: 2 additions & 2 deletions src/InterNumeric.glyphspackage/order.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ six,
seven,
eight,
nine,
zero.zero,
one.cv01,
three.cv02,
four.cv03,
zero.slash,
zero.tf,
one.tf,
two.tf,
Expand All @@ -35,10 +35,10 @@ six.tf,
seven.tf,
eight.tf,
nine.tf,
zero.zero.tf,
one.tf.cv01,
three.tf.cv02,
four.tf.cv03,
zero.tf.slash,
six.cv04,
nine.cv04,
fraction,
Expand Down
2 changes: 2 additions & 0 deletions src/features/zero.fea
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sub zero by zero.slash;
sub zero.tf by zero.tf.slash;

0 comments on commit bd63131

Please sign in to comment.