[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] Turning off stem darkening by default until all drivers s
From: |
Nikolaus Waxweiler |
Subject: |
Re: [ft-devel] Turning off stem darkening by default until all drivers support it? |
Date: |
Thu, 31 Dec 2015 22:50:38 +0100 |
> It's not. To you, there might be a lot of things in FT_Library. To the user
> of FreeType, none of them are relevant. A user of FreeType only cares about
> FT_Face objects. The only piece of FT_Library, so far, used by major clients,
> is the SetLcdFilter API.
Hm. So you would only move the lcd_* members to FT_Face and go for a
FT_Face_SetLcdFilterWeights()? If I understand your thread model
correctly, properties are okay as long as they are confined to a
FT_Face? I would model my stem darkening property after your proposal.