freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] Why is FT_Fixed a long instead of FT_Int32?


From: Alexei Podtelezhnikov
Subject: Re: [ft-devel] Why is FT_Fixed a long instead of FT_Int32?
Date: Mon, 26 Aug 2019 20:34:04 -0400




> 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. 


reply via email to

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