|
From: | David Saltzman |
Subject: | Re: [ft-devel] Why is FT_Fixed a long instead of FT_Int32? |
Date: | Mon, 26 Aug 2019 17:45:17 -0700 |
> 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.
[Prev in Thread] | Current Thread | [Next in Thread] |