Naereen / fontify

« Make your own typeface from your handwriting! ». ⚠ Work in progress. My fork adds multi-page scanned template, french/spanish accents, greek letters, and soon support for maths and ligatures characters.
https://naereen.github.io/fontify/
MIT License
25 stars 0 forks source link

Add support for ligatures #3

Open Naereen opened 6 years ago

Naereen commented 6 years ago
Naereen commented 6 years ago

Look for ligature here: https://fontforge.github.io/python.html#Glyph

Naereen commented 6 years ago

And https://fontforge.github.io/meta/guide-page-3.html

Naereen commented 6 years ago

See 7e50c6c, 28fd7d0, 63577ac and b17eb26 for a first start...

Naereen commented 6 years ago

OK for the data and the template, I will finish this later.

Naereen commented 6 years ago

Starting to work on parsing the scanned template.

Naereen commented 6 years ago

I'm almost there!

Naereen commented 6 years ago

https://github.com/ToxicFrog/Ligaturizer and https://stackoverflow.com/questions/10902593/fontforge-scripting-how-to-add-ligatures-for-a-glyph

Naereen commented 6 years ago

start to have ligatures

Naereen commented 6 years ago

It's too bad, everything is here to do it but it's quite hard.

Naereen commented 6 years ago

This script is much simpler, https://github.com/IlyaSkriblovsky/dv-code-font/blob/master/conv.py, I could use it to understand everything FontForge needs to have...