I had to hack up KoboifyFonts a little to make it run for me using modern Fontforge; I guess because of switching to Python 3.
On version 20190801 of fontforge from Homebrew on Mac I had to do the following hacks for KoboifyFonts:
- change iteritems() to items(); I think this optimization is no longer needed
- change all instances of unicode(some_string, 'utf-8') to just bare some_string; I don't fully understand, but it seems there has been some change has been made to the string type?
This works for me, but I have no idea if they are good in general (hence no patch).
|