glifparser
can't handle quadratic contours containing only interpolated points
#36
Labels
glifparser
can't handle quadratic contours containing only interpolated points
#36
Consider this quadratic period, points displayed with FontForge semantics:
All its points are interpolated. This is valid.
But glifparser uses the existence of a
qcurve
to know a contour is quadratic, so we no contour in MFEKglif!If I tell FontForge to never interpolate one point, as:
We do draw it right:
But if I move the first QCurve we get buggy display:
Because QClose doesn't get a point drawn for it. Ruh-roh.
@MatthewBlanchard's pen work is definitely needed. :)
The text was updated successfully, but these errors were encountered: