Skip to content

Commit

Permalink
Merge pull request #493 from YusukeShirakihara/AdjustForSlovakCzech
Browse files Browse the repository at this point in the history
Adjustment for Slovak and Czech languages
  • Loading branch information
simoncozens authored Sep 18, 2024
2 parents 6a3494d + 8b90ec7 commit ceb6c55
Show file tree
Hide file tree
Showing 4 changed files with 220 additions and 55 deletions.
70 changes: 56 additions & 14 deletions sources/NotoSans-Italic.glyphspackage/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7859,7 +7859,9 @@ x.sc = -10;
"@MMK_L_dcaron" = {
"@MMK_R_Paren.right" = 100;
"@MMK_R_b" = 30;
"@MMK_R_quote.right" = 40;
"@MMK_R_quote.right" = 60;
"@MMK_R_quoteleft" = 50;
exclam = 40;
hbar = 70;
question = 80;
};
Expand Down Expand Up @@ -9573,8 +9575,10 @@ v.sc = -5;
x.sc = -10;
};
"@MMK_L_dcaron" = {
"@MMK_R_Paren.right" = 100;
"@MMK_R_quote.right" = 40;
"@MMK_R_Paren.right" = 84;
"@MMK_R_quote.right" = 70;
"@MMK_R_quoteleft" = 40;
exclam = 60;
hbar = 70;
question = 80;
};
Expand Down Expand Up @@ -10297,6 +10301,10 @@ space = {
"@MMK_R_E-cy" = -20;
"@MMK_R_a-cy" = -20;
};
tcaron = {
"@MMK_R_Paren.right" = 40;
question = 20;
};
thorn.sc = {
"@MMK_R_period.right" = -20;
"@MMK_R_quote.right" = -50;
Expand Down Expand Up @@ -11285,8 +11293,10 @@ v.sc = -5;
x.sc = -10;
};
"@MMK_L_dcaron" = {
"@MMK_R_Paren.right" = 100;
"@MMK_R_quote.right" = 40;
"@MMK_R_Paren.right" = 90;
"@MMK_R_quote.right" = 80;
"@MMK_R_quoteleft" = 30;
exclam = 60;
hbar = 70;
question = 80;
};
Expand Down Expand Up @@ -12014,6 +12024,13 @@ space = {
"@MMK_R_E-cy" = -20;
"@MMK_R_a-cy" = -20;
};
tcaron = {
"@MMK_R_Paren.right" = 70;
"@MMK_R_quote.right" = 50;
"@MMK_R_quoteleft" = 30;
exclam = 60;
question = 50;
};
thorn.sc = {
"@MMK_R_period.right" = -20;
"@MMK_R_quote.right" = -50;
Expand Down Expand Up @@ -13008,10 +13025,12 @@ v.sc = -5;
x.sc = -10;
};
"@MMK_L_dcaron" = {
"@MMK_R_Paren.right" = 120;
"@MMK_R_quote.right" = 120;
"@MMK_R_Paren.right" = 80;
"@MMK_R_quote.right" = 80;
"@MMK_R_quoteleft" = 50;
exclam = 40;
hbar = 140;
question = 130;
question = 110;
};
"@MMK_L_de-cy" = {
"@MMK_R_quote.right" = -10;
Expand Down Expand Up @@ -13657,6 +13676,13 @@ questiondown.sc = {
"@MMK_R_y.sc" = -30;
v.sc = -30;
};
tcaron = {
"@MMK_R_Paren.right" = 70;
"@MMK_R_quote.right" = 50;
"@MMK_R_quoteleft" = 40;
exclam = 20;
question = 70;
};
thorn.sc = {
"@MMK_R_period.right" = -30;
"@MMK_R_quote.right" = -50;
Expand Down Expand Up @@ -14654,10 +14680,12 @@ v.sc = -5;
x.sc = -10;
};
"@MMK_L_dcaron" = {
"@MMK_R_Paren.right" = 120;
"@MMK_R_quote.right" = 120;
"@MMK_R_Paren.right" = 40;
"@MMK_R_quote.right" = 40;
"@MMK_R_quoteleft" = 20;
exclam = 20;
hbar = 140;
question = 130;
question = 50;
};
"@MMK_L_de-cy" = {
"@MMK_R_quote.right" = -10;
Expand Down Expand Up @@ -15309,6 +15337,13 @@ questiondown.sc = {
"@MMK_R_y.sc" = -30;
v.sc = -30;
};
tcaron = {
"@MMK_R_Paren.right" = 60;
"@MMK_R_quote.right" = 30;
"@MMK_R_quoteleft" = 30;
exclam = 20;
question = 60;
};
thorn.sc = {
"@MMK_R_period.right" = -30;
"@MMK_R_quote.right" = -50;
Expand Down Expand Up @@ -16305,10 +16340,11 @@ v.sc = -5;
x.sc = -10;
};
"@MMK_L_dcaron" = {
"@MMK_R_Paren.right" = 120;
"@MMK_R_quote.right" = 120;
"@MMK_R_Paren.right" = 70;
"@MMK_R_quote.right" = 50;
exclam = 50;
hbar = 140;
question = 130;
question = 60;
};
"@MMK_L_de-cy" = {
"@MMK_R_quote.right" = -10;
Expand Down Expand Up @@ -16960,6 +16996,12 @@ questiondown.sc = {
"@MMK_R_y.sc" = -30;
v.sc = -30;
};
tcaron = {
"@MMK_R_Paren.right" = 80;
"@MMK_R_quote.right" = 40;
exclam = 40;
question = 50;
};
thorn.sc = {
"@MMK_R_period.right" = -30;
"@MMK_R_quote.right" = -50;
Expand Down
80 changes: 67 additions & 13 deletions sources/NotoSans.glyphspackage/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8298,6 +8298,8 @@ x.sc = -10;
"@MMK_R_Paren.right" = 70;
"@MMK_R_b" = 30;
"@MMK_R_quote.right" = 40;
"@MMK_R_quoteleft" = 50;
exclam = 10;
hbar = 70;
question = 80;
};
Expand Down Expand Up @@ -8972,6 +8974,13 @@ tbar.sc = {
ampersand.sc = -10;
guilsinglleft.sc = -10;
};
tcaron = {
"@MMK_R_Paren.right" = 70;
"@MMK_R_quote.right" = 40;
"@MMK_R_quoteleft" = 40;
exclam = 30;
question = 50;
};
thorn.sc = {
"@MMK_R_a.sc" = -10;
"@MMK_R_ae.sc" = -10;
Expand Down Expand Up @@ -9936,11 +9945,13 @@ guilsinglleft.sc = -10;
x.sc = -10;
};
"@MMK_L_dcaron" = {
"@MMK_R_Paren.right" = 70;
"@MMK_R_Paren.right" = 90;
"@MMK_R_b" = 30;
"@MMK_R_quote.right" = 40;
"@MMK_R_quote.right" = 50;
"@MMK_R_quoteleft" = 70;
exclam = 50;
hbar = 70;
question = 80;
question = 90;
};
"@MMK_L_de-cy" = {
"@MMK_R_Che-cy" = -15;
Expand Down Expand Up @@ -10621,6 +10632,13 @@ tbar.sc = {
ampersand.sc = -10;
guilsinglleft.sc = -10;
};
tcaron = {
"@MMK_R_Paren.right" = 120;
"@MMK_R_quote.right" = 90;
"@MMK_R_quoteleft" = 70;
exclam = 70;
question = 110;
};
thorn.sc = {
"@MMK_R_a.sc" = -10;
"@MMK_R_ae.sc" = -10;
Expand Down Expand Up @@ -11582,11 +11600,13 @@ guilsinglleft.sc = -10;
x.sc = -10;
};
"@MMK_L_dcaron" = {
"@MMK_R_Paren.right" = 70;
"@MMK_R_Paren.right" = 180;
"@MMK_R_b" = 30;
"@MMK_R_quote.right" = 40;
"@MMK_R_quote.right" = 140;
"@MMK_R_quoteleft" = 108;
exclam = 160;
hbar = 70;
question = 80;
question = 160;
};
"@MMK_L_de-cy" = {
"@MMK_R_Che-cy" = -15;
Expand Down Expand Up @@ -12264,6 +12284,13 @@ tbar.sc = {
ampersand.sc = -10;
guilsinglleft.sc = -10;
};
tcaron = {
"@MMK_R_Paren.right" = 190;
"@MMK_R_quote.right" = 130;
"@MMK_R_quoteleft" = 110;
exclam = 170;
question = 160;
};
thorn.sc = {
"@MMK_R_a.sc" = -10;
"@MMK_R_ae.sc" = -10;
Expand Down Expand Up @@ -13194,9 +13221,11 @@ guilsinglleft.sc = -6;
x.sc = -6;
};
"@MMK_L_dcaron" = {
"@MMK_R_Paren.right" = 72;
"@MMK_R_Paren.right" = 42;
"@MMK_R_b" = 58;
"@MMK_R_quote.right" = 74;
"@MMK_R_quote.right" = 54;
"@MMK_R_quoteleft" = 30;
exclam = 40;
hbar = 72;
question = 58;
};
Expand Down Expand Up @@ -13882,6 +13911,13 @@ tbar.sc = {
ampersand.sc = -6;
guilsinglleft.sc = -6;
};
tcaron = {
"@MMK_R_Paren.right" = 60;
"@MMK_R_quote.right" = 32;
"@MMK_R_quoteleft" = 40;
exclam = 30;
question = 70;
};
thorn.sc = {
"@MMK_R_a.sc" = -6;
"@MMK_R_ae.sc" = -6;
Expand Down Expand Up @@ -14809,11 +14845,13 @@ guilsinglleft.sc = -6;
x.sc = -6;
};
"@MMK_L_dcaron" = {
"@MMK_R_Paren.right" = 72;
"@MMK_R_Paren.right" = 82;
"@MMK_R_b" = 58;
"@MMK_R_quote.right" = 74;
"@MMK_R_quoteleft" = 50;
exclam = 60;
hbar = 72;
question = 58;
question = 88;
};
"@MMK_L_de-cy" = {
"@MMK_R_Che-cy" = -10;
Expand Down Expand Up @@ -15491,6 +15529,13 @@ tbar.sc = {
ampersand.sc = -6;
guilsinglleft.sc = -6;
};
tcaron = {
"@MMK_R_Paren.right" = 120;
"@MMK_R_quote.right" = 72;
"@MMK_R_quoteleft" = 60;
exclam = 80;
question = 110;
};
thorn.sc = {
"@MMK_R_a.sc" = -6;
"@MMK_R_ae.sc" = -6;
Expand Down Expand Up @@ -16420,11 +16465,13 @@ guilsinglleft.sc = -6;
x.sc = -6;
};
"@MMK_L_dcaron" = {
"@MMK_R_Paren.right" = 72;
"@MMK_R_Paren.right" = 182;
"@MMK_R_b" = 58;
"@MMK_R_quote.right" = 74;
"@MMK_R_quote.right" = 154;
"@MMK_R_quoteleft" = 100;
exclam = 150;
hbar = 72;
question = 58;
question = 158;
};
"@MMK_L_de-cy" = {
"@MMK_R_Che-cy" = -10;
Expand Down Expand Up @@ -17105,6 +17152,13 @@ tbar.sc = {
ampersand.sc = -6;
guilsinglleft.sc = -6;
};
tcaron = {
"@MMK_R_Paren.right" = 180;
"@MMK_R_quote.right" = 152;
"@MMK_R_quoteleft" = 100;
exclam = 150;
question = 170;
};
thorn.sc = {
"@MMK_R_a.sc" = -6;
"@MMK_R_ae.sc" = -6;
Expand Down
Loading

0 comments on commit ceb6c55

Please sign in to comment.