util-font-patcher
util-font-patcher copied to clipboard
Font line height patcher
Results
1
util-font-patcher issues
Sort by
recently updated
recently updated
newest added
``` 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...