freetype-devel
[Top][All Lists]
Advanced

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

Re: [Devel] Disabling the autohinter


From: Detlef Würkner
Subject: Re: [Devel] Disabling the autohinter
Date: Fri, 21 Jun 2002 22:56:51 +0200

address@hidden (Keith Packard) wrote:

> I can't figure out the correct combination of flags to pass to FreeType
> to get it to disable the autohinter and yet still enable the TrueType
> bytecode interpreter (if available) and Type1 hints to be applied.
> 
> The current code doesn't seem to provide this option.

What about FT_LOAD_DEFAULT? :-) If a format-specific hinter is available
it is preferred over the autohinter.

flags                  used hinter (first available of)
---------------------------------------------------------
none(FT_LOAD_DEFAULT)  format-specific hinter, autohinter
FT_LOAD_FORCE_AUTOHINT autohinter, format-specific hinter
FT_LOAD_NO_HINTING     none

Ciao, Detlef
-- 
_ // address@hidden
\X/  Detlef Wuerkner, Langgoens/Germany



reply via email to

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