Skip to content

Commit

Permalink
[Update] 合成可能なダイアクリティカルマークの表示座標を調整
Browse files Browse the repository at this point in the history
  • Loading branch information
omonomo committed Feb 18, 2025
1 parent 30601c4 commit 03368a8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions font_generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,15 @@ while (i < SizeOf(input_list))
# --------------------------------------------------
# 幅が0のグリフを半角幅に変更
SelectWorthOutputting()
foreach
if (GlyphInfo("Width") == 0)
Move(${width_latin} ,0)
SetWidth(${width_latin})
endif
endloop
# 罫線、ブロックを少し移動
Print("Move box drawing and block")
Select(0u2500, 0u259f)
Expand Down

0 comments on commit 03368a8

Please sign in to comment.