freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] GX support now working


From: Alexei Podtelezhnikov
Subject: Re: [ft-devel] GX support now working
Date: Thu, 4 Jun 2015 15:15:56 -0400

On Wed, Jun 3, 2015 at 4:28 PM, Behdad Esfahbod <address@hidden> wrote:
> TrueType fonts have a 'non-zero winding' fill rule, whereas Postscript has
> 'even-odd'.  That's what causes the artifacts.

FT_OUTLINE_EVEN_ODD_FILL is never set by freeetype. So actually
FreeType always uses non-zero winding rule even for TrueType. More so,
the outer outline is always filled on the inside regardless of the
direction (ftgrays.c:1285). FreeType is less sophisticated and resort
to what works the best even for broken fonts.



reply via email to

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