freetype
[Top][All Lists]
Advanced

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

Re: [Freetype] Polygons


From: Werner LEMBERG
Subject: Re: [Freetype] Polygons
Date: Thu, 30 Aug 2001 00:11:46 +0200 (CEST)

> I need to draw AA polygons other than fonts on my bitmap. Can
> Freetype be used to draw arbitrary vectorial shapes?

Yes, it can process lines, second order, and third order Bézier
curves,

> (how?)

Basically, you have to put your data into an FT_Outline structure and
calling FT_Outline_Render().


    Werner



reply via email to

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