Skip to content

Instantly share code, notes, and snippets.

View tamaina's full-sized avatar
🌀
I have motivation issue and am financially struggling.

tamaina tamaina

🌀
I have motivation issue and am financially struggling.
View GitHub Profile
@tamaina
tamaina / ffscript
Created October 10, 2016 12:50
フォントに収録されているすべての文字を取得するのに若干の苦労が残った話
SelectWorthOutputting()
str=""
code=0
foreach
code=GlyphInfo("Unicode")
str+=""+code+","
endloop
Print(str)
# 該当フォントをFontForge Console(←重要)で開いて、スクリプト入力画面で入力→FFを選択→実行→コマンド画面にカンマで区切られた数列をコピー