show/hide this revision's text 3 added 369 characters in body

So

Okay, I'm a little bit confusedit looks like TTF outlines are defined as quadratic b-splines.I do work

There are two algorithms that you'll want to be familiar withsplines for a living, but don't know much about TTF.

Are you looking for degree elevation? Maybe knot insertion/bezier

The first is Bezier extraction ?

If via knot insertion. This will get you could tell me where in the spec the algorithm you're looking for quadratic Bezier segments. Then you'll want to degree-elevate each Bezier segment to get cubics.

The main reference I use is describedmy CAGD class textbook, I'm sure I could find somethingwhich is online. Bezier extraction is covered in section 6.3. Degree elevation of Bezier curves is covered in section 2.4. Let me know if you have any problems..

show/hide this revision's text 2 added 41 characters in body

So, I'm a little bit confused. I do work with splines for a living, but don't know much about TTF.

Are you looking for degree elevation? Maybe knot insertion/bezier extraction?

If you could tell me where in the spec the algorithm you're looking for is described, I'm sure I could find something.

show/hide this revision's text 1

So, I'm a little bit confused. I do work with splines for a living, but don't know much about TTF.

Are you looking for degree elevation?

If you could tell me where in the spec the algorithm you're looking for is described, I'm sure I could find something.