for prop in ["os2_windescent", "os2_typodescent", "hhea_descent"]:
adjust(font, prop, args["factor"] * 2)
I don't think this is correct. Either way, I get more consistent and better results when changing it to:
for prop in ["os2_windescent", "os2_typodescent", "hhea_descent"]:
adjust(font, prop, args["factor"])
Using your absolutely lovely script to patch fonts for Emacs.
I don't think this is correct. Either way, I get more consistent and better results when changing it to:
Using your absolutely lovely script to patch fonts for Emacs.