Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown contour type found in NotoSerif.ttf #44

Closed
YashAgarwal opened this issue Jun 23, 2016 · 4 comments
Closed

Unknown contour type found in NotoSerif.ttf #44

YashAgarwal opened this issue Jun 23, 2016 · 4 comments
Assignees
Milestone

Comments

@YashAgarwal
Copy link
Contributor

      <point x="39" y="86" type="line" smooth="yes"/>
      <point x="69" y="86"/>
      <point x="111" y="99"/>
      <point x="145" y="135"/>
      <point x="176" y="197"/>
      <point x="195" y="246" type="qcurve" smooth="yes"/>

there are 4 points before a qcurve type font inside this glyph file. Trufont also crashes while rendering this segment so I'll mark it as someday for now

I guess this maybe related to spiro spline fitting

@davelab6
Copy link
Contributor

Please also file an issue on trufont
On Jun 23, 2016 8:26 AM, Dave Crossland dave@lab6.com wrote:

Spiro is totally different. This is a regular truetype quadratic outline
and you need to convert it too a cubic with cu2q

@davelab6
Copy link
Contributor

davelab6 commented Jun 23, 2016 via email

@adrientetar
Copy link

It crashes because you're using an old version.

@davelab6
Copy link
Contributor

@YashAgarwal did you update everything?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants