freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft] Using SVG Font Glyph Data In FreeType


From: Werner LEMBERG
Subject: Re: [ft] Using SVG Font Glyph Data In FreeType
Date: Thu, 08 Apr 2010 16:05:50 +0200 (CEST)

> If I understand Andy correctly, he'd like to map these primitive
> outline commands to the corresponding FreeType rules (the
> FT_outline_Functs structures) and then hand off the set of rules for
> FreeType to work its magic on. I've had a look at
> http://freetype.sourceforge.net/freetype2/docs/tutorial/example3.cpp
> but it seems incomplete for the purpose of what he wants to do, as
> it seems to demonstrate how to deal with a purely line data shape,
> rather than one consisting of curve data.

It's trivial for conic and cubic splines, too.  You just have to set
the proper flags in the `tags' array.  I think this is quite well
documented.


    Werner




reply via email to

[Prev in Thread] Current Thread [Next in Thread]