freetype-devel
[Top][All Lists]
Advanced

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

Re: [Devel] BUGREPORT: ATARI-PureC-Compiler with FT_SIZEOF_INT=2


From: Werner LEMBERG
Subject: Re: [Devel] BUGREPORT: ATARI-PureC-Compiler with FT_SIZEOF_INT=2
Date: Tue, 17 Sep 2002 10:42:53 +0200 (CEST)

Wolfgang,


I've done most of the changed you suggest.

Some remarks:

> ----->      FT_Int    len;

Mostly replaced with FT_PtrDist.

> =====      count = T1_ToInt( parser );
> EITHER count is FT_Long OR it must be count=(FT_Int)T1_ToInt(parser)

I selected a cast to FT_Int.

> ???????          FT_Int  charcode;

> =======          charcode = T1_ToInt( parser );

A Type1 vector can only contain 256 entries, so FT_Int is appropriate
IMHO.

>       FT_Int    charcode, idx, min_char, max_char;
> ???????????
> 16bit really always enough?

I think so.

Again, thanks for the report.


    Werner



reply via email to

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