Skip to content

Commit

Permalink
1.004update2
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-212 committed Apr 2, 2024
1 parent 2aa6418 commit 1466942
Show file tree
Hide file tree
Showing 15 changed files with 1,783 additions and 539 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ zip: build.stamp
rm -rf InterNumeric

test: build.stamp
fontbakery check-universal fonts/variable/InterNumeric[wght,RDNS].ttf
fontbakery check-universal "fonts/variable/InterNumeric[wght,RDNS].ttf"

cleanbuild:
rm -rf fonts
Expand Down
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 = (
"123+"
"/one.tf"
);
}
60 changes: 53 additions & 7 deletions src/InterNumeric.glyphspackage/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ value = 0;
{
name = blueShift;
value = 16;
},
{
name = fsType;
value = (
3
);
}
);
date = "2024-03-22 12:25:46 +0000";
Expand All @@ -67,6 +73,7 @@ feature zero;
feature cv01;
feature pnum;
feature tnum;
feature cv02;
";
tag = aalt;
},
Expand All @@ -89,13 +96,6 @@ code = "sub zero by zero.zero;
tag = zero;
},
{
code = "cvParameters { FeatUILabelNameID { name \"Alternate One\"; }; };
sub one by one.cv01;
sub one.tf by one.tf.cv01;
";
tag = cv01;
},
{
automatic = 1;
code = "sub zero.tf by zero;
sub one.tf by one;
Expand All @@ -107,6 +107,7 @@ 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 @@ -136,6 +137,7 @@ 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 All @@ -152,6 +154,22 @@ sub minus.case by minus.case.tf;
sub multiply.case by multiply.case.tf;
";
tag = tnum;
},
{
code = "cvParameters { FeatUILabelNameID { name \"Alternate One\"; }; };
sub one by one.cv01;
sub one.tf by one.tf.cv01;
";
tag = cv01;
},
{
code = "cvParameters { FeatUILabelNameID { name \"Flat Three\"; }; };
sub three by three.cv02;
sub three.tf by three.tf.cv02;
";
tag = cv02;
}
);
fontMaster = (
Expand Down Expand Up @@ -1349,7 +1367,11 @@ kerningLTR = {
"@MMK_L_A" = {
"@MMK_R_one" = -10;
};
"@MMK_L_D" = {
"@MMK_R_comma" = -90;
};
"@MMK_L_comma" = {
"@MMK_R_C" = -90;
"@MMK_R_eight" = -30;
"@MMK_R_four" = -40;
"@MMK_R_one" = -160;
Expand Down Expand Up @@ -1403,7 +1425,11 @@ backslash = 40;
};
};
m007 = {
"@MMK_L_D" = {
"@MMK_R_comma" = -90;
};
"@MMK_L_comma" = {
"@MMK_R_C" = -90;
"@MMK_R_eight" = -30;
"@MMK_R_four" = -40;
"@MMK_R_one" = -160;
Expand Down Expand Up @@ -1457,7 +1483,11 @@ backslash = 40;
};
};
m005 = {
"@MMK_L_D" = {
"@MMK_R_comma" = -90;
};
"@MMK_L_comma" = {
"@MMK_R_C" = -90;
"@MMK_R_eight" = -30;
"@MMK_R_four" = -40;
"@MMK_R_one" = -160;
Expand Down Expand Up @@ -1511,7 +1541,11 @@ backslash = 40;
};
};
"B487E3D2-4ABF-4A2A-A195-DC6AACAFF568" = {
"@MMK_L_D" = {
"@MMK_R_comma" = -90;
};
"@MMK_L_comma" = {
"@MMK_R_C" = -90;
"@MMK_R_eight" = -20;
"@MMK_R_one" = -200;
"@MMK_R_quotedbl" = -160;
Expand Down Expand Up @@ -1567,7 +1601,11 @@ backslash = 40;
};
};
m008 = {
"@MMK_L_D" = {
"@MMK_R_comma" = -90;
};
"@MMK_L_comma" = {
"@MMK_R_C" = -90;
"@MMK_R_eight" = -20;
"@MMK_R_one" = -200;
"@MMK_R_quotedbl" = -160;
Expand Down Expand Up @@ -1623,7 +1661,11 @@ backslash = 30;
};
};
m004 = {
"@MMK_L_D" = {
"@MMK_R_comma" = -90;
};
"@MMK_L_comma" = {
"@MMK_R_C" = -90;
"@MMK_R_eight" = -20;
"@MMK_R_one" = -200;
"@MMK_R_quotedbl" = -160;
Expand Down Expand Up @@ -1679,7 +1721,11 @@ backslash = 20;
};
};
m01 = {
"@MMK_L_D" = {
"@MMK_R_comma" = -90;
};
"@MMK_L_comma" = {
"@MMK_R_C" = -90;
"@MMK_R_eight" = -20;
"@MMK_R_one" = -240;
"@MMK_R_quotedbl" = -230;
Expand Down
Loading

0 comments on commit 1466942

Please sign in to comment.