Skip to content

Commit

Permalink
[Update] 軽微変更
Browse files Browse the repository at this point in the history
  • Loading branch information
omonomo committed Dec 2, 2024
1 parent 197740f commit d343c59
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions font_generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16207,6 +16207,19 @@ while (i < \$argc)
j += 1
endloop

# orig = [0u1d16, 0u1d17, 0u1d1d, 0u1d7b,\
# 0u1d85, 0u01ab] # ᴖᴗᴝᵻ ᶅƫ
# supb = [0u1d54, 0u1d55, 0u1d59, 0u1da7,\
# 0u1daa, 0u1db5] # ᵔᵕᵙᶧ ᶪᶵ
# j = 0
# while (j < SizeOf(orig))
# Select(supb[j])
# glyphName = GlyphInfo("Name")
# Select(orig[j])
# AddPosSub(lookups[0][0],glyphName)
# j += 1
# endloop

# aalt 複数
Select(0u3402) # 㐂
lookups = GetPosSub("*") # フィーチャを取り出す
Expand Down

0 comments on commit d343c59

Please sign in to comment.