[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] Regression of Andale Mono with v35 vs v40
From: |
Werner LEMBERG |
Subject: |
Re: [ft] Regression of Andale Mono with v35 vs v40 |
Date: |
Wed, 27 Sep 2017 07:09:09 +0200 (CEST) |
> It looks like that the the stems are not aligned in the "x"
> direction in sub-pixel hinting?
Correct (more or less).
> I think it is intentional for v40 and I remembered to change this by
> adding fonts to the "`tricky' fonts list" in ttobjs.c during
> compiling time,
Ouch.
> but can we change this setting per font in fonts.conf using
> fontconfig at runtime?
No. Remember that fontconfig only returns information on fonts!
Other libraries do the rendering, and they won't suddenly support
per-font TrueType versioning.
Werner