[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] v38 interpreter changes visual result
From: |
Jan Engelhardt |
Subject: |
Re: [ft] v38 interpreter changes visual result |
Date: |
Wed, 14 Mar 2018 17:56:44 +0100 (CET) |
User-agent: |
Alpine 2.20 (LSU 67 2015-01-07) |
On Wednesday 2018-03-14 17:07, Werner LEMBERG wrote:
>
>> I would like to get back the previous behavior (with a current
>> freetype), where chars are rendered slightly wider and actually have
>> a better hinting (cf. the stem of a 'b').
>
>Please play around with the FreeType demo tools (e.g., `ftview' or
>`ftdiff') to find out what parameters you need. Some of them can be
>set via the environment variable `FREETYPE_PROPERTIES'.
FREETYPE_PROPERTIES=truetype:interpreter-version=35
does the job, thank you.