Skip to content

Commit

Permalink
[Update] r のグリフを微調整
Browse files Browse the repository at this point in the history
  • Loading branch information
omonomo committed Dec 14, 2024
1 parent a00c026 commit ee4ad1b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions font_generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1102,11 +1102,9 @@ while (i < SizeOf(input_list))
Select(65552); Paste() # Temporary glyph
Move(-300, 0)
if (input_list[i] == "${input_latin_regular}")
# PasteWithOffset(300, 701)
PasteWithOffset(300, 745)
PasteWithOffset(300, 701 + 64)
else
# PasteWithOffset(300, 688)
PasteWithOffset(300, 736)
PasteWithOffset(300, 688 + 68)
endif
RemoveOverlap()
Copy()
Expand Down

0 comments on commit ee4ad1b

Please sign in to comment.