Skip to content

Commit

Permalink
[Update] バッククォートを拡大
Browse files Browse the repository at this point in the history
  • Loading branch information
omonomo committed Dec 15, 2024
1 parent ba7d7d1 commit d907837
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions font_generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1065,11 +1065,26 @@ while (i < SizeOf(input_list))
Move(0, -170)
SetWidth(${width_hankaku})
# - (横を延ばす)
Select(0u002d) # -
if (input_list[i] == "${input_latin_regular}")
Scale(150, 100)
else
Scale(125, 100)
endif
SetWidth(${width_hankaku})
# _ (上げる)
Select(0u005f) # _
Move(0, 78)
SetWidth(${width_hankaku})
# \`´ (拡大する)
Select(0u0060) # \`
SelectMore(0u00b4) # ´
Scale(130, 130, ${width_latin} / 2, 620)
SetWidth(${width_hankaku})
# ə (ベースフォントを置き換え)
Select(0u0065); Copy() # e
Select(0u0259); Paste() # ə
Expand Down

0 comments on commit d907837

Please sign in to comment.