foliojs / fontkit

An advanced font engine for Node and the browser
1.48k stars 219 forks source link

Respect `useTypoMetrics` #306

Open StLyn4 opened 1 year ago

StLyn4 commented 1 year ago
  1. This PR also contains the changes contained in #305 so that you can accept smaller changes while rejecting this PR (if you wish to do so).

  2. At the moment, the library ignores the useTypoMetrics flag, which can lead to strange metrics in some cases. This branch solves this problem using the same algorithm as FreeType (https://gitlab.freedesktop.org/freetype/freetype/-/blob/4d8db130ea4342317581bab65fc96365ce806b77/src/sfnt/sfobjs.c#L1310).