freetype
[Top][All Lists]
Advanced

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

Re: [Freetype] A question so stupid . . .


From: Tom Kacvinsky
Subject: Re: [Freetype] A question so stupid . . .
Date: Tue, 17 Apr 2001 09:59:39 -0400 (EDT)

Just be careful that TT_Fixed (you are using FT 1.x, right?) is always a 32 bit
integer.  If TT_Fixed is a 64 bit integer, things can go bad (I have samples of
this).

Regards,

Tom

On Tue, 17 Apr 2001, Ian Pilcher wrote:

> Tom Kacvinsky wrote:
> >
> > Yes, you are correct sir!  The answer is right.  An easier method, since you
> > decided to use doubles:
> >
> >     result = (double) fixed / 65536.0 ;
> >
>
> Thanks!  (It's always nice to be told that *I'm* not crazy!)
>
>




reply via email to

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