Skip to content

Commit

Permalink
[Add] 地球儀マークを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
omonomo committed Sep 23, 2023
1 parent 9e1af9f commit e891059
Showing 1 changed file with 23 additions and 16 deletions.
39 changes: 23 additions & 16 deletions font_generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6296,48 +6296,55 @@ while (i < SizeOf(input_list))
Select(65552); Clear() # Temporary glyph
Select(65553); Clear() # Temporary glyph
# 地球儀 (追加)
# 🌐 (追加)
Select(0u25cb); Copy() # ○
Select(0u1f310); Paste()
Select(0u1f310); Paste() # 🌐
Select(0u25cb); Copy() # ○
Select(65552); Paste() # Temporary glyph
Scale(55, 100, 478, 338); Copy()
Select(0u1f310)
PasteWithOffset(-14, 0)
PasteWithOffset( 14, 0)
PasteWithOffset(-12, 0)
PasteWithOffset( 12, 0)
Select(0u25cb); Copy() # ○
Select(65552); Paste() # Temporary glyph
Scale(100, 45, 478, 338); Copy()
Select(0u1f310)
if (input_list[i] == "${input_kanzi_regular}")
PasteWithOffset(0, 340)
PasteWithOffset(0, 330)
PasteWithOffset(0, 310)
PasteWithOffset(0, -310)
PasteWithOffset(0, -330)
PasteWithOffset(0, -340)
PasteWithOffset(0, 338)
PasteWithOffset(0, 325)
PasteWithOffset(0, 312)
PasteWithOffset(0, -312)
PasteWithOffset(0, -325)
PasteWithOffset(0, -338)
else
PasteWithOffset(0, 330)
PasteWithOffset(0, 300)
PasteWithOffset(0, -300)
PasteWithOffset(0, -330)
PasteWithOffset(0, 328)
PasteWithOffset(0, 302)
PasteWithOffset(0, -302)
PasteWithOffset(0, -328)
endif
Select(0u254b); Copy() # ╋
Select(65552); Paste() # Temporary glyph
if (input_list[i] == "${input_kanzi_regular}")
ChangeWeight(-38)
ChangeWeight(-50)
else
ChangeWeight(-34)
ChangeWeight(-38)
endif
CorrectDirection()
Copy()
Select(0u1f310); PasteInto()
RemoveOverlap()
Select(0u25cf); Copy() # ●
Select(65552); Paste() # Temporary glyph
if (input_list[i] == "${input_kanzi_regular}")
Scale(99, 99, 478, 338)
else
Scale(97, 97, 478, 338)
endif
Copy()
Select(0u1f310); PasteInto()
SetWidth(1024)
OverlapIntersect()
Expand Down

0 comments on commit e891059

Please sign in to comment.