> I was also wondering if FT_Long should be defined synonymous to
> FT_Int32, etc.
> 
>   typedef FT_Long FT_Int32

Hmm.  FT_Int32 is *exactly* 32bit, while FT_Long is simply a typedef
to `long' and thus *at least* 32bit, depending on the compiler and/or
platform.

On 64bit platforms I think that compilers produce more efficient code
for the latter.


    Werner

_______________________________________________
Freetype-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to