diff --git a/build/HackGen-Bold.ttf b/build/HackGen-Bold.ttf index 0ccaf0b..00dac8e 100644 Binary files a/build/HackGen-Bold.ttf and b/build/HackGen-Bold.ttf differ diff --git a/build/HackGen-Regular.ttf b/build/HackGen-Regular.ttf index 2a810fa..fe8a26f 100644 Binary files a/build/HackGen-Regular.ttf and b/build/HackGen-Regular.ttf differ diff --git a/build/HackGen53-Bold.ttf b/build/HackGen53-Bold.ttf index 06ce058..3a9fe12 100644 Binary files a/build/HackGen53-Bold.ttf and b/build/HackGen53-Bold.ttf differ diff --git a/build/HackGen53-Regular.ttf b/build/HackGen53-Regular.ttf index e17803f..5bec442 100644 Binary files a/build/HackGen53-Regular.ttf and b/build/HackGen53-Regular.ttf differ diff --git a/build/HackGen53Console-Bold-forPowerline.ttf b/build/HackGen53Console-Bold-forPowerline.ttf index cc4f532..66237bd 100644 Binary files a/build/HackGen53Console-Bold-forPowerline.ttf and b/build/HackGen53Console-Bold-forPowerline.ttf differ diff --git a/build/HackGen53Console-Bold.ttf b/build/HackGen53Console-Bold.ttf index f95873b..bd032f4 100644 Binary files a/build/HackGen53Console-Bold.ttf and b/build/HackGen53Console-Bold.ttf differ diff --git a/build/HackGen53Console-Regular-forPowerline.ttf b/build/HackGen53Console-Regular-forPowerline.ttf index 917c327..f303a3c 100644 Binary files a/build/HackGen53Console-Regular-forPowerline.ttf and b/build/HackGen53Console-Regular-forPowerline.ttf differ diff --git a/build/HackGen53Console-Regular.ttf b/build/HackGen53Console-Regular.ttf index 5383910..0a19eaf 100644 Binary files a/build/HackGen53Console-Regular.ttf and b/build/HackGen53Console-Regular.ttf differ diff --git a/build/HackGenConsole-Bold-forPowerline.ttf b/build/HackGenConsole-Bold-forPowerline.ttf index 22cdfd1..a0d8f25 100644 Binary files a/build/HackGenConsole-Bold-forPowerline.ttf and b/build/HackGenConsole-Bold-forPowerline.ttf differ diff --git a/build/HackGenConsole-Bold.ttf b/build/HackGenConsole-Bold.ttf index 93a6dca..8c75bf6 100644 Binary files a/build/HackGenConsole-Bold.ttf and b/build/HackGenConsole-Bold.ttf differ diff --git a/build/HackGenConsole-Regular-forPowerline.ttf b/build/HackGenConsole-Regular-forPowerline.ttf index 1012563..27ad537 100644 Binary files a/build/HackGenConsole-Regular-forPowerline.ttf and b/build/HackGenConsole-Regular-forPowerline.ttf differ diff --git a/build/HackGenConsole-Regular.ttf b/build/HackGenConsole-Regular.ttf index 9a29eed..fd0d5a3 100644 Binary files a/build/HackGenConsole-Regular.ttf and b/build/HackGenConsole-Regular.ttf differ diff --git a/hackgen_generator.sh b/hackgen_generator.sh index 85134c1..72eaf39 100755 --- a/hackgen_generator.sh +++ b/hackgen_generator.sh @@ -2,7 +2,7 @@ base_dir=$(cd $(dirname $0); pwd) # HackGen Generator -hackgen_version="0.6.0" +hackgen_version="0.6.1" # Set familyname hackgen_familyname="HackGen" @@ -19,7 +19,7 @@ em_ascent=881 em_descent=143 em=$(($em_ascent + $em_descent)) -typo_line_gap=150 +typo_line_gap=100 hack_width=616 genjyuu_width=1024 @@ -1037,7 +1037,7 @@ while (i < SizeOf(fontstyle_list)) SetOS2Value("WinDescent", ${hackgen_descent}) SetOS2Value("TypoAscent", ${em_ascent}) SetOS2Value("TypoDescent", -${em_descent}) - SetOS2Value("TypoLineGap", 0) + SetOS2Value("TypoLineGap", ${typo_line_gap}) SetOS2Value("HHeadAscent", ${hackgen_ascent}) SetOS2Value("HHeadDescent", -${hackgen_descent}) SetOS2Value("HHeadLineGap", 0) @@ -1143,7 +1143,7 @@ while (i < SizeOf(fontstyle_list)) SetOS2Value("WinDescent", ${hackgen_descent}) SetOS2Value("TypoAscent", ${em_ascent}) SetOS2Value("TypoDescent", -${em_descent}) - SetOS2Value("TypoLineGap", 0) + SetOS2Value("TypoLineGap", ${typo_line_gap}) SetOS2Value("HHeadAscent", ${hackgen_ascent}) SetOS2Value("HHeadDescent", -${hackgen_descent}) SetOS2Value("HHeadLineGap", 0) diff --git a/os2_patch.sh b/os2_patch.sh index f90cf13..7915b2b 100755 --- a/os2_patch.sh +++ b/os2_patch.sh @@ -2,7 +2,7 @@ BASE_DIR=$(cd $(dirname $0); pwd) -xAvgCharWidth_SETVAL=542 +xAvgCharWidth_SETVAL=1076 HACKGEN_PATTERN='HackGen[^5]*.ttf' xAvgCharWidth53_SETVAL=1030