> FT_Fixed is supposed to be a 16.16 number, so why doesn't it use `FT_Int32` 
> instead of `signed long`?

FreeType sticks to C89. Therefore it tries to rely on basic integer types. You 
will not find int32_t in FreeType. 

Feel free to redefine FT_Fixed. It should work, but won’t be any faster. 
_______________________________________________
Freetype-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to