[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] autohinter for LCD
From: |
Nikolaus Waxweiler |
Subject: |
Re: [ft-devel] autohinter for LCD |
Date: |
Thu, 30 Mar 2017 18:12:18 +0200 |
> I am shocked to see that autohinter snaps stems when targeting LCD as
> if MONO [...]
Uh, doesn't that just do "light" hinting on the x-axis? E.g. adjust the
outer edges of vertical stems to the pixel grid without changing stem
width? That would be compatible with the description of
FT_LOAD_TARGET_LCD. I don't think the autohinter can actually hint for
mono display.
> I was actually contemplating making LCD synonymous to LIGHT.
How about altogether removing hinting of vertical stems? ;) I think
LIGHT should be the overall default, but I guess you'd break existing
assumptions in client code. Maybe something for FreeType 3.0.0.
> I suspect this bug is intentional to deal with color fringes without
> filtering. Oh well. What do you think?
I suspect this is just how things turned out historically.