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 95b2606 commit 9e1af9f
Showing 1 changed file with 57 additions and 8 deletions.
65 changes: 57 additions & 8 deletions font_generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6254,10 +6254,10 @@ while (i < SizeOf(input_list))
OverlapIntersect()
Select(65553); Copy() # Temporary glyph
Select(0u339f); PasteInto() # ㎟
Select(0u33a0); PasteInto() # ㎠
Select(0u33a1); PasteInto() # ㎡
Select(0u33a2); PasteInto() # ㎢
Select(0u339f); PasteInto(); SetWidth(1024) # ㎟
Select(0u33a0); PasteInto(); SetWidth(1024) # ㎠
Select(0u33a1); PasteInto(); SetWidth(1024) # ㎡
Select(0u33a2); PasteInto(); SetWidth(1024) # ㎢
Select(65552); Clear() # Temporary glyph
Select(65553); Clear() # Temporary glyph
Expand Down Expand Up @@ -6288,14 +6288,63 @@ while (i < SizeOf(input_list))
OverlapIntersect()
Select(65553); Copy() # Temporary glyph
Select(0u33a3); PasteInto() # ㎣
Select(0u33a4); PasteInto() # ㎤
Select(0u33a5); PasteInto() # ㎥
Select(0u33a6); PasteInto() # ㎦
Select(0u33a3); PasteInto(); SetWidth(1024) # ㎣
Select(0u33a4); PasteInto(); SetWidth(1024) # ㎤
Select(0u33a5); PasteInto(); SetWidth(1024) # ㎥
Select(0u33a6); PasteInto(); SetWidth(1024) # ㎦
Select(65552); Clear() # Temporary glyph
Select(65553); Clear() # Temporary glyph
# 地球儀 (追加)
Select(0u25cb); Copy() # ○
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)
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)
else
PasteWithOffset(0, 330)
PasteWithOffset(0, 300)
PasteWithOffset(0, -300)
PasteWithOffset(0, -330)
endif
Select(0u254b); Copy() # ╋
Select(65552); Paste() # Temporary glyph
if (input_list[i] == "${input_kanzi_regular}")
ChangeWeight(-38)
else
ChangeWeight(-34)
endif
CorrectDirection()
Copy()
Select(0u1f310); PasteInto()
RemoveOverlap()
Select(0u25cf); Copy() # ●
Select(0u1f310); PasteInto()
SetWidth(1024)
OverlapIntersect()
Simplify()
Select(65552); Clear() # Temporary glyph
# 演算子を下に移動
math = [0u2243, 0u2248, 0u2252]
j = 0
Expand Down

0 comments on commit 9e1af9f

Please sign in to comment.