From ba75113c567f44326368ef1b35da3b0e9babbca4 Mon Sep 17 00:00:00 2001 From: omonomo Date: Wed, 4 Sep 2024 20:52:37 +0900 Subject: [PATCH] =?UTF-8?q?[Fix]=20WindowsTerminal=20=E3=81=A7=E3=81=AE=20?= =?UTF-8?q?Powerline=20=E3=81=AE=E3=82=BA=E3=83=AC=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- font_generator.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/font_generator.sh b/font_generator.sh index 7d84699..de3574b 100755 --- a/font_generator.sh +++ b/font_generator.sh @@ -123,9 +123,9 @@ hhea_ascent1000="860" hhea_descent1000="140" hhea_linegap1000="0" -typo_ascent1024="915" # em値1024用 (WindosTerminal で Powerline がズレないようにするには 885 - y_pos_nerd ?) -#typo_ascent1024="885" # em値1024用 -typo_descent1024="109" # (139 - y_pos_nerd ?) +typo_ascent1024="915" # em値1024用 (WindosTerminal で Powerline がズレないようにするには +#typo_ascent1024="885" # win_ascent1024 - typo_linegap1024 / 2 - y_pos_nerd ?) +typo_descent1024="109" # (win_descent1024 - typo_linegap1024 /2 - y_pos_nerd ?) #typo_descent1024="139" typo_linegap1024="226" win_ascent1024="998"