skishore / makemeahanzi

Free, open-source Chinese character data
https://www.skishore.me/makemeahanzi/
Other
1.87k stars 466 forks source link

how to generate the graphics.txt from Arphic? #70

Open xsmxsm opened 5 years ago

xsmxsm commented 5 years ago

how to generate the graphics.txt from Arphic? I want to generate different style characters' graphics.txt, if i have many ttf files of different style characters' , how can i generate the graphics.txt of them?

Thank you very much! @chanind @skishore @olivernyc

Yongke commented 5 years ago

I some how want to know the same how-to process...

Yongke commented 5 years ago

Clear for me now, tool brach is the tool ;-) It can be changed to another KaiTi font(maybe also other font style, '行书', '草书', not tried) with small code change (about font name, path, svg size/scale, font position offset, animation speed, etc)

The process is semi-automatic, with some keyboard bindings(from tool's code, editor.js). It seems fast enough for me and it's getting faster if more and more HanZi basic components processed.

Very nice project & tool, Thanks @skishore

leasual commented 5 years ago

@Yongke I have the same problem, can you tell me how should i do? many thanks.

nuyawktuah commented 5 years ago

Take a look at https://github.com/skishore/makemeahanzi/issues/37 — it has some info about how to use the tool.

leasual commented 5 years ago

Thanks @Yongke