Skip to content

Commit

Permalink
[Fix] ウェイト調整出来ていないグリフがあったため修正
Browse files Browse the repository at this point in the history
  • Loading branch information
omonomo committed Sep 23, 2023
1 parent fe7f37f commit f11b066
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions font_generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4978,6 +4978,8 @@ while (i < SizeOf(input_list))
# SelectMore(0uff5f, 0uff9f) # 半角カタカナ
SelectMore(0u1b000, 0u1b001) # 𛀀𛀁
SelectMore(1114115, 1114128) # 合字カタカナ
SelectMore(${address_visi_kana}) # 避難した゠
SelectMore(${address_visi_kana} + 1) # 避難した⼣
ChangeWeight(${weight_reduce_kana_bold}); CorrectDirection()
endif
endif
Expand Down Expand Up @@ -6354,6 +6356,7 @@ while (i < SizeOf(input_list))
SelectMore(0uf900, 0ufaff)
SelectMore(0u20000, 0u3ffff)
SelectMore(1115184, 1115492) # 異体字
SelectMore(${address_visi_kanzi}, ${address_visi_kanzi} + 8) #避難した漢字
ChangeWeight(${weight_extend_kanzi_bold}); CorrectDirection()
endif
endif
Expand Down

0 comments on commit f11b066

Please sign in to comment.