freetype
[Top][All Lists]
Advanced

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

Re: [Freetype] more info on the Mac Type1 FOND issue - weird style suffi


From: Werner LEMBERG
Subject: Re: [Freetype] more info on the Mac Type1 FOND issue - weird style suffix tables
Date: Wed, 23 Apr 2003 20:09:05 +0200 (CEST)

> ... found a one-character mistake in the current style name code
> (this is in all versions of ftmac.c):
> 
> (line 315 of ftmac.c from 2.1.4)
> 
>       
>           for ( i = 1; i < suffixes[0]; i++ )
> 
> should be:
> 
>            for ( i = 1; i <= suffixes[0]; i++ )
> 
> Since suffices[0] is a COUNT and references as index starting at 1,
> you need to include the count itself.

Fixed in the CVS, thanks.


    Werner



reply via email to

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