[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] Manually constructing an FT_Outline
From: |
Marco Wertz |
Subject: |
Re: [ft] Manually constructing an FT_Outline |
Date: |
Tue, 18 Nov 2014 16:56:19 +0100 |
> >> are there any convenience functions or macros to manually construct
> >> an FT_Outline in a way that is similar to the FT_Stroker APIs?
> >> e.g. functions like FT_Outline_LineTo(),
> >> FT_Outline_CubicTo()....would come in really handy or do I really
> >> have to do all this manually?
>
> > No there aren't, but I think it would be good to have such functions.
> > Please file an issue in the bug tracker – or maybe you can even
> > contribute?
>
> Someone really wants to turn FreeType into a drawing engine. :)
> Aren't there problems with complex filing complex self-intersecting contours?
I don't need that so it's not much of a problem for me at least. FreeType
draws the things I need just fine. No need to use cairo with its restrictive
license any longer. As for AGG, I don't like C++. So FreeType could really
fill in a market gap, i.e. a vector drawing engine with a strong copyleft
license.
Marco