[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] Stem darkening toggling API
From: |
Nikolaus Waxweiler |
Subject: |
Re: [ft-devel] Stem darkening toggling API |
Date: |
Mon, 21 Nov 2016 16:33:45 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 |
> I think that even without the new API, toolkits can already make an
> informed decision about whether to enable stem darkening or not: by
> querying the no-stem-darkening property of a driver or the autohinter.
A Qt developer just noted that he needs a way to get at the font driver
name string from a FT_Face for use as the second argument to
FT_Property_Get, so he knows if the driver for a font supports stem
darkening. I know how to do that from within the FT source, but how can
it be done using just the public API?