freetype-devel
[Top][All Lists]
Advanced

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

Re: Newer proposed change for z1load.c


From: Tom Kacvinsky
Subject: Re: Newer proposed change for z1load.c
Date: Mon, 16 Oct 2000 14:17:51 -0400 (EDT)

Oops...

notdef_index should be removed.  And where it is used to initialize variables,
remove it and replace it by 0, as follows:

-type1->encoding.char_index[charcode] = notdef_index;
+type1->encoding.char_index[charcode] = 0;

The #if 0 .. #endif can probably go, too.  I'll remove it when I commit the
patches, when everyone is OK with them...

Tom

On Mon, 16 Oct 2000, Leonard Rosenthol wrote:

>
>       I found a problem with it...
> 
>       In Z1_Open_Face(), you define a variable called notdef_index, 
> which gets used to initialize values - BUT notdef_index is NEVER 
> defined (well, it was in that #if 0'd section).
> 
>       Should it be set to 0??
>





reply via email to

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