From 8b90ec77a52fe11b75948880dda3f695151ce436 Mon Sep 17 00:00:00 2001 From: YusukeShirakihara Date: Tue, 17 Sep 2024 13:47:16 +0900 Subject: [PATCH] Adjusting kerning --- .../fontinfo.plist | 70 ++++++++++++---- sources/NotoSans.glyphspackage/fontinfo.plist | 80 ++++++++++++++++--- .../fontinfo.plist | 77 +++++++++++++----- .../NotoSerif.glyphspackage/fontinfo.plist | 48 ++++++++--- 4 files changed, 220 insertions(+), 55 deletions(-) diff --git a/sources/NotoSans-Italic.glyphspackage/fontinfo.plist b/sources/NotoSans-Italic.glyphspackage/fontinfo.plist index 28994a91c5..4258b88d06 100644 --- a/sources/NotoSans-Italic.glyphspackage/fontinfo.plist +++ b/sources/NotoSans-Italic.glyphspackage/fontinfo.plist @@ -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; }; @@ -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; }; @@ -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; @@ -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; }; @@ -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; @@ -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; @@ -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; @@ -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; @@ -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; @@ -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; @@ -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; diff --git a/sources/NotoSans.glyphspackage/fontinfo.plist b/sources/NotoSans.glyphspackage/fontinfo.plist index 5d8648cebd..b96cb2ac88 100644 --- a/sources/NotoSans.glyphspackage/fontinfo.plist +++ b/sources/NotoSans.glyphspackage/fontinfo.plist @@ -8302,6 +8302,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; }; @@ -8976,6 +8978,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; @@ -9940,11 +9949,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; @@ -10625,6 +10636,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; @@ -11586,11 +11604,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; @@ -12268,6 +12288,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; @@ -13198,9 +13225,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; }; @@ -13886,6 +13915,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; @@ -14813,11 +14849,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; @@ -15495,6 +15533,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; @@ -16424,11 +16469,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; @@ -17109,6 +17156,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; diff --git a/sources/NotoSerif-Italic.glyphspackage/fontinfo.plist b/sources/NotoSerif-Italic.glyphspackage/fontinfo.plist index b1c88202b7..3516e5fdda 100644 --- a/sources/NotoSerif-Italic.glyphspackage/fontinfo.plist +++ b/sources/NotoSerif-Italic.glyphspackage/fontinfo.plist @@ -8209,10 +8209,11 @@ x.sc = -10; "@MMK_R_b" = 90; "@MMK_R_l" = 90; "@MMK_R_parenright" = 70; -"@MMK_R_quoteleft" = 30; +"@MMK_R_quoteleft" = 50; "@MMK_R_quoteright" = 40; -"@MMK_R_quotesingle" = 30; -question = 30; +"@MMK_R_quotesingle" = 50; +exclam = 30; +question = 50; }; "@MMK_L_de-cy" = { "@MMK_R_A-cy" = -20; @@ -9214,6 +9215,13 @@ schwa = { "@MMK_R_u-cy" = -20; rhotichookmod = 60; }; +tcaron = { +"@MMK_R_parenright" = 50; +"@MMK_R_quoteleft" = 20; +"@MMK_R_quotesingle" = 20; +exclam = 20; +question = 10; +}; underscore = { "@MMK_R_Che-cy" = -110; "@MMK_R_De-cy" = 50; @@ -10566,11 +10574,12 @@ x.sc = -10; "@MMK_R_Z" = 80; "@MMK_R_b" = 90; "@MMK_R_l" = 90; -"@MMK_R_parenright" = 70; -"@MMK_R_quoteleft" = 30; +"@MMK_R_parenright" = 80; +"@MMK_R_quoteleft" = 40; "@MMK_R_quoteright" = 40; -"@MMK_R_quotesingle" = 30; -question = 30; +"@MMK_R_quotesingle" = 70; +exclam = 30; +question = 40; }; "@MMK_L_de-cy" = { "@MMK_R_A-cy" = -20; @@ -11573,6 +11582,10 @@ schwa = { "@MMK_R_izhitsa-cy" = -20; "@MMK_R_u-cy" = -20; }; +tcaron = { +"@MMK_R_parenright" = 40; +"@MMK_R_quotesingle" = 20; +}; underscore = { "@MMK_R_Che-cy" = -110; "@MMK_R_De-cy" = 50; @@ -12929,11 +12942,12 @@ x.sc = -10; "@MMK_R_Z" = 80; "@MMK_R_b" = 90; "@MMK_R_l" = 90; -"@MMK_R_parenright" = 70; +"@MMK_R_parenright" = 150; "@MMK_R_quoteleft" = 30; "@MMK_R_quoteright" = 40; -"@MMK_R_quotesingle" = 30; -question = 30; +"@MMK_R_quotesingle" = 90; +exclam = 30; +question = 100; }; "@MMK_L_de-cy" = { "@MMK_R_A-cy" = -20; @@ -13936,6 +13950,11 @@ schwa = { "@MMK_R_izhitsa-cy" = -20; "@MMK_R_u-cy" = -20; }; +tcaron = { +"@MMK_R_parenright" = 70; +"@MMK_R_quotesingle" = 30; +question = 40; +}; underscore = { "@MMK_R_Che-cy" = -110; "@MMK_R_De-cy" = 50; @@ -15311,7 +15330,8 @@ x.sc = -10; "@MMK_R_quoteleft" = 30; "@MMK_R_quoteright" = 40; "@MMK_R_quotesingle" = 30; -question = 30; +exclam = 30; +question = 40; }; "@MMK_L_de-cy" = { "@MMK_R_A-cy" = -20; @@ -16345,6 +16365,13 @@ schwa = { "@MMK_R_u-cy" = -20; rhotichookmod = 40; }; +tcaron = { +"@MMK_R_parenright" = 50; +"@MMK_R_quoteleft" = 20; +"@MMK_R_quotesingle" = 20; +exclam = 20; +question = 10; +}; underscore = { "@MMK_R_Che-cy" = -110; "@MMK_R_De-cy" = 50; @@ -17715,11 +17742,12 @@ x.sc = -10; "@MMK_R_Z" = 80; "@MMK_R_b" = 90; "@MMK_R_l" = 90; -"@MMK_R_parenright" = 70; -"@MMK_R_quoteleft" = 30; +"@MMK_R_parenright" = 90; +"@MMK_R_quoteleft" = 50; "@MMK_R_quoteright" = 40; -"@MMK_R_quotesingle" = 30; -question = 30; +"@MMK_R_quotesingle" = 80; +exclam = 30; +question = 60; }; "@MMK_L_de-cy" = { "@MMK_R_A-cy" = -20; @@ -18746,6 +18774,11 @@ schwa = { "@MMK_R_izhitsa-cy" = -20; "@MMK_R_u-cy" = -20; }; +tcaron = { +"@MMK_R_parenright" = 30; +"@MMK_R_quotesingle" = 20; +question = 10; +}; underscore = { "@MMK_R_Che-cy" = -110; "@MMK_R_De-cy" = 50; @@ -20117,11 +20150,12 @@ x.sc = -10; "@MMK_R_Z" = 80; "@MMK_R_b" = 90; "@MMK_R_l" = 90; -"@MMK_R_parenright" = 70; -"@MMK_R_quoteleft" = 30; +"@MMK_R_parenright" = 120; +"@MMK_R_quoteleft" = 40; "@MMK_R_quoteright" = 40; -"@MMK_R_quotesingle" = 30; -question = 30; +"@MMK_R_quotesingle" = 90; +exclam = 40; +question = 100; }; "@MMK_L_de-cy" = { "@MMK_R_A-cy" = -20; @@ -21160,6 +21194,11 @@ schwa = { "@MMK_R_izhitsa-cy" = -20; "@MMK_R_u-cy" = -20; }; +tcaron = { +"@MMK_R_parenright" = 70; +"@MMK_R_quotesingle" = 40; +question = 60; +}; underscore = { "@MMK_R_Che-cy" = -110; "@MMK_R_De-cy" = 50; diff --git a/sources/NotoSerif.glyphspackage/fontinfo.plist b/sources/NotoSerif.glyphspackage/fontinfo.plist index 634806a832..ba9952a9b9 100644 --- a/sources/NotoSerif.glyphspackage/fontinfo.plist +++ b/sources/NotoSerif.glyphspackage/fontinfo.plist @@ -7771,8 +7771,9 @@ x.sc = -10; "@MMK_R_Y" = 100; "@MMK_R_Z" = 40; "@MMK_R_l" = 90; -"@MMK_R_parenright" = 60; +"@MMK_R_parenright" = 20; "@MMK_R_quoteright" = 40; +"@MMK_R_quotesingle" = 20; question = 30; }; "@MMK_L_de-cy" = { @@ -9498,9 +9499,12 @@ x.sc = -10; "@MMK_R_Y" = 100; "@MMK_R_Z" = 40; "@MMK_R_l" = 90; -"@MMK_R_parenright" = 60; +"@MMK_R_parenright" = 80; +"@MMK_R_quoteleft" = 10; "@MMK_R_quoteright" = 40; -question = 30; +"@MMK_R_quotesingle" = 50; +exclam = 20; +question = 60; }; "@MMK_L_de-cy" = { "@MMK_R_parenright" = 20; @@ -10218,6 +10222,9 @@ schwa = { }; tcaron = { "@MMK_R_l" = 40; +"@MMK_R_parenright" = 50; +"@MMK_R_quotesingle" = 20; +question = 20; }; thorn.sc = { "@MMK_R_a.sc" = -10; @@ -11229,9 +11236,12 @@ x.sc = -10; "@MMK_R_Y" = 100; "@MMK_R_Z" = 40; "@MMK_R_l" = 90; -"@MMK_R_parenright" = 60; +"@MMK_R_parenright" = 160; +"@MMK_R_quoteleft" = 40; "@MMK_R_quoteright" = 40; -question = 30; +"@MMK_R_quotesingle" = 100; +exclam = 90; +question = 93; }; "@MMK_L_de-cy" = { "@MMK_R_parenright" = 20; @@ -11949,6 +11959,11 @@ schwa = { }; tcaron = { "@MMK_R_l" = 41; +"@MMK_R_parenright" = 110; +"@MMK_R_quoteleft" = 10; +"@MMK_R_quotesingle" = 60; +exclam = 40; +question = 50; }; thorn.sc = { "@MMK_R_a.sc" = -10; @@ -12959,7 +12974,9 @@ x.sc = -10; "@MMK_R_Z" = 40; "@MMK_R_l" = 90; "@MMK_R_parenright" = 60; +"@MMK_R_quoteleft" = 10; "@MMK_R_quoteright" = 40; +"@MMK_R_quotesingle" = 50; question = 30; }; "@MMK_L_de-cy" = { @@ -13665,6 +13682,7 @@ rhotichookmod = 30; }; tcaron = { "@MMK_R_l" = 40; +"@MMK_R_parenright" = 30; }; thorn.sc = { "@MMK_R_a.sc" = -10; @@ -14674,9 +14692,12 @@ x.sc = -10; "@MMK_R_Y" = 100; "@MMK_R_Z" = 40; "@MMK_R_l" = 90; -"@MMK_R_parenright" = 60; +"@MMK_R_parenright" = 80; +"@MMK_R_quoteleft" = 10; "@MMK_R_quoteright" = 40; -question = 30; +"@MMK_R_quotesingle" = 60; +exclam = 20; +question = 40; }; "@MMK_L_de-cy" = { "@MMK_R_parenright" = 20; @@ -15389,6 +15410,8 @@ schwa = { }; tcaron = { "@MMK_R_l" = 40; +"@MMK_R_parenright" = 50; +"@MMK_R_quotesingle" = 20; }; thorn.sc = { "@MMK_R_a.sc" = -10; @@ -16398,9 +16421,12 @@ x.sc = -10; "@MMK_R_Y" = 100; "@MMK_R_Z" = 40; "@MMK_R_l" = 90; -"@MMK_R_parenright" = 60; +"@MMK_R_parenright" = 140; +"@MMK_R_quoteleft" = 40; "@MMK_R_quoteright" = 40; -question = 30; +"@MMK_R_quotesingle" = 90; +exclam = 70; +question = 90; }; "@MMK_L_de-cy" = { "@MMK_R_parenright" = 20; @@ -17112,6 +17138,10 @@ schwa = { }; tcaron = { "@MMK_R_l" = 40; +"@MMK_R_parenright" = 90; +"@MMK_R_quotesingle" = 50; +exclam = 20; +question = 40; }; thorn.sc = { "@MMK_R_a.sc" = -10;