[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] FreeType 2.1.4 fails with empty contours (Type 1)
From: |
Werner LEMBERG |
Subject: |
Re: [Devel] FreeType 2.1.4 fails with empty contours (Type 1) |
Date: |
Wed, 28 May 2003 07:52:50 +0200 (CEST) |
> We have a problem with FreeType 2.1.4: Some PostScript Type 1 fonts
> have glyphs with empty contours (just a start point, then
> closepath).
>
> FreeType causes a segfault with them because the linked list of
> contour points is invalid when a contour has only one point (count =
> 0)
Fixed in the CVS. Thanks for the report.
Werner