foliojs / fontkit

An advanced font engine for Node and the browser
1.44k stars 210 forks source link

Support glyph path fill rule (non-zero winding / even-odd crossing / etc) #315

Open Azmisov opened 1 year ago

Azmisov commented 1 year ago

The following references 1, 2, 3, 4 indicate that:

This library doesn't support SVG outlines, so no problem there I think. The Postscript version (e.g. did outline come from CFF or CFF2 table) could be exposed though. Seems like a simple change.