freetype
[Top][All Lists]
Advanced

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

Re: [ft] anti-aliasing question


From: Dave Calkins
Subject: Re: [ft] anti-aliasing question
Date: Sun, 31 Jan 2010 19:38:44 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1



On a related note, do I run into patent/license issues as a result of hinting? I recall reading that on the FreeType site and based on that description am thinking that using the hinting might actually mean I need to secure a license. At what point, in regards to the hinting in FreeType do I end up needing to deal with a license?



More specifically, I'm trying to understand how the below maps into code.

>>>
Is FreeType 2 Affected by the Patents?
The answer is no for any recent build of FreeType 2, since it comes with an ‘auto-hinting’ module that was specifically designed to completely ignore the TrueType bytecode instructions.

However, the source code for the bytecode interpreter is still available and can be toggled on at compile time, for those that want to use it anyway (because they purchased a license from Apple, or because they are in a country where the patents do not apply, etc.). For details please check the documentation that comes with your FreeType source package (it normally involves changing one configuration macro).
>>>

It sounds from the above that if I use FT_LOAD_DEFAULT, then it will be using the true type hinting byte-code potentially using the patented instructions but that I am required to use FT_LOAD_FORCE_AUTOHINT to avoid the patented instructions. Is that correct?






reply via email to

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