[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] Font kerning issue
From: |
Lawrence D'Oliveiro |
Subject: |
Re: [ft] Font kerning issue |
Date: |
Mon, 7 Sep 2015 15:08:08 +1200 |
On Mon, 7 Sep 2015 12:28:25 +1000, Matthew Allen wrote:
> I'm working on some code that uses Freetype to render text and some
> of the characters are too close together:
> http://stackoverflow.com/questions/32428882/why-does-freetype-render-characters-too-close-together
Just a thought, but the kerning is supposed to be defined between the
current glyph and the previous one, not the current glyph and the
following one.
Also, could there be some confusion between f16.16 versus f26.6
fixed-point scaling?