freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] New Infinality Release


From: Alexei Podtelezhnikov
Subject: Re: [ft-devel] New Infinality Release
Date: Wed, 19 Dec 2012 14:18:33 -0500

Eric,

In your integrated code you use FT_UInt for the rule scaling factor,
with 1000 being a unit. This contradicts the general FreeType practice
of using FT_Fixed to represent fractional numbers. I would strongly
suggest switching to FT_Fixed, with 0x10000 representing a unit. Then
all arithmetic will follow naturally with FT_MulFix, and FT_DivFix.

Thank you,
Alexei



reply via email to

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