diff --git a/build/HackGen-Bold.ttf b/build/HackGen-Bold.ttf index 2f99520..1329d79 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 746e4d6..6a63b77 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 ef6c0ad..dcaafec 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 4201340..03251f0 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 242026e..7d5ddd2 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 eededc3..9fd45a0 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 421efe1..4a0b686 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 ef1d0d9..87dd986 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 44f23fe..4aaa455 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 081d9d6..49ca15b 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 b98f2e4..e961a37 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 4a32e54..ed69730 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 cea26d3..1c2b32f 100755 --- a/hackgen_generator.sh +++ b/hackgen_generator.sh @@ -2,7 +2,7 @@ base_dir=$(cd $(dirname $0); pwd) # HackGen Generator -hackgen_version="0.7.1" +hackgen_version="0.7.2" # Set familyname hackgen_familyname="HackGen" @@ -26,6 +26,8 @@ genjyuu_width=1024 hackgen_half_width=539 hackgen_full_width=$((${hackgen_half_width} * 2)) +hack_shrink_x=90 +hack_shrink_y=94 hackgen53_half_width=618 hackgen53_full_width=$((${hackgen53_half_width} * 5 / 3)) @@ -246,10 +248,10 @@ while (i < SizeOf(input_list)) SelectWorthOutputting() UnlinkReference() - Scale(90, 94, 0, 0) + Scale(${hack_shrink_x}, ${hack_shrink_y}, 0, 0) # 幅の変更 (Move で文字幅も変わることに注意) - move_pt = $(((${hackgen_half_width} - ${hack_width}) / 2)) # -8 + move_pt = $(((${hackgen_half_width} - ${hack_width} * ${hack_shrink_x} / 100) / 2)) # -8 width_pt = ${hackgen_half_width} Move(move_pt, 0) SetWidth(width_pt, 0)