Noticed a discrepancy that when compiling on a 32 bit system, FT_Fixed is 32 bit; but on a 64 bit system, FT_Fixed is 64 bit.
FT_Fixed is supposed to be a 16.16 number, so why doesn't it use `FT_Int32` instead of `signed long`? Thanks, David
_______________________________________________ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
