Description
Be interested in your expertise & thoughts about the approach that we are using to set and modify the line spacing/internal leading in fonts with this tool. Vertical metrics modifications have been a common request among developers who use the Hack typeface because few text editors aimed at developers currently support line spacing adjustments. We are restricted to modification of the font files in order to broadly support tighter and looser line spacing. While highly subjective, the issue matters to developers because some like to fit as much code into a view as humanly possible (the small font size, tightly line spaced crowd) and others want improved legibility that comes with additional whitespace between lines.
I based our vertical metrics modifications approach on Karsten Lücke's approach defined here.
The details of the OpenType table metrics changes are in the project README file here and the calculations are performed in the modify_linegap_percent()
function defined in this module.