googlefonts / sleipnir

Memory safe implementations of Google Fonts specific font manipulations.
Apache License 2.0
1 stars 1 forks source link

HB compatible glyf processing #16

Closed dfrg closed 4 months ago

dfrg commented 4 months ago

Adds a new glyf module that processes outlines in a way that matches HarfBuzz and calls into it for drawing.

Currently generates bit identical values for all test cases but the rounding in the SVG files is difficult to match. This patch contains a very ugly hack to make the all of the tests pass.

Depends on googlefonts/fontations#875 and googlefonts/fontations#876.