Add force-serifed "f" and "r"; Refine SHOULDERFINE and other parameters

This commit is contained in:
Belleve Invis 2019-12-19 20:32:28 -08:00
parent fc9d209c29
commit c1593c7670
5 changed files with 132 additions and 66 deletions

View file

@ -43,7 +43,8 @@ function regulateGlyph(g, skew) {
}
// De-overlap
g.contours = [...cSimple, ...caryllShapeOps.removeOverlap(cFill, 1, 2048, true)];
// g.contours = [...cSimple, ...caryllShapeOps.removeOverlap(cFill, 1, 2048, true)];
g.contours = [...cSimple, ...cFill];
// Finalize
g.contours = c2q.contours(g.contours);