freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] [ttfautohint] stem width handling is now selectable


From: Werner LEMBERG
Subject: Re: [ft-devel] [ttfautohint] stem width handling is now selectable
Date: Tue, 03 Jul 2012 20:58:40 +0200 (CEST)

>> widths which are different less than or equal to 1% of the em size
>> are unified; this is certainly not noticeable visually.
> 
> 1/64 is better heuristic than 1%. Why not avoid costly division with
> divide by 64 instead.

I doubt that it is `costly' since the routine is called exactly twice
*per font* (and not per glyph).

Personally, I think that the value 1% is easier to comprehend than the
value 1.5625% (to which a division by 64 is equivalent), so in this
case I prefer the human to the computer.


    Werner



reply via email to

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