builtree / handwrite

Handwrite generates a custom font based on your handwriting sample.
https://pypi.org/project/handwrite/
MIT License
366 stars 46 forks source link

Multi language handwrite? #84

Open alBronko opened 1 year ago

alBronko commented 1 year ago

First, thank you so much for this project. Amazing.

Is there a short manual for adding a language/set of characters and creating a bilingual font? specifically an RTL language?

yashlamba commented 1 year ago

Hey, thanks @alBronko

We aren't working actively on handwrite but adding other languages would require a new form and typography data as well.

There's currently no support for that.

A hack that might work (if you have a specific use case), is to fill the English form with other language characters. The font generated should be useable as we don't do any character validation, and will work with character mapped from form -> the characters written. This is just a hack incase you want to use it.

For RTL languages, we'll have to look into how https://github.com/fontforge/fontforge works with them.