Closed ryuslash closed 8 years ago
Sorry, I pushed changes to master without solving all errors from FontForge. Take the latest commit to build the font. You may see rendering issues.
Thanks, it works now. Should I report any rendering issues I run into?
No, don't bother for now, I will try to push a version that compiles properly today.
Thanks!
Hi,
I'm trying to build the latest changes of your excellent font on Archlinux and I'm running into some trouble. Running the
PKGBUILD
forttf-fantasque-sans-git
presents me with the following output:After starting an interactive Python session with
fontforge -lang=py -script
and manually stepping through the python script invalidate-generate
, it seems that on my systemfont.validate()
returns524288
, which is80000
in hexadecimal. Looking at the fontforge documentation this is the only reference I could find to it:If I call
font.validate(True)
instead, I also get the error0x800000
(along with0x80000
), to which I found the reference:In case it helps, this is the output of
fontforge -version
:Do you have any idea how to fix this? I'd love to try out your latest changes.
Thanks for a great font.
Cheers,
Tom