> > I'm using FreeType to extract outline data from TrueType fonts to
> > then be rendered in OpenVG.  I'm running into an issue where a few
> > characters in the font have a contour where either the start or
> > end point is tagged as FT_CURVE_TAG_CONIC, rather than
> > FT_CURVE_TAG_ON (as is the case with most characters).  What is
> > the proper handling of these cases?
> 
> Hmm, this sounds strange.  If you are talking about real TT glyphs
> (this is, using second order Bézier curves) it looks like a buglet.

Silly me!  I mixed up CONIC with CUBIC!


    Werner


_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to