[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] Looks like a bug to me...
From: |
Werner LEMBERG |
Subject: |
Re: [ft] Looks like a bug to me... |
Date: |
Tue, 22 Oct 2013 10:42:50 +0200 (CEST) |
> Look at the attached code (invoke as ./fttest <fontpath>).
>
> I have tried a couple of fonts (Arial, Vera...) and the fast values
> don't seem to ack the hinting flag. Am I doing something wrong?
Yes :) The `advance' returns *hinted* advance values. If you replace
`advance.x' with `linearHoriAdvance', you get identical results.
Werner