[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] libfreetype/autohint feature
From: |
Lawrence D'Oliveiro |
Subject: |
Re: [ft] libfreetype/autohint feature |
Date: |
Tue, 19 Dec 2017 14:15:52 +1300 |
On Mon, 18 Dec 2017 19:44:24 -0500, westlake wrote:
> So my question is, is there a way I can completely disable
> auto-hinting?
Then you don’t want to use a font-rendering engine like FreeType at
all. Just get the glyph geometry as paths and scan-convert them using a
graphics engine like Cairo.