[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] Problem of oblique using FT_Outline_Transform
From: |
Werner LEMBERG |
Subject: |
Re: [ft] Problem of oblique using FT_Outline_Transform |
Date: |
Sat, 23 Jun 2012 07:40:39 +0200 (CEST) |
> The root problem is my horizontal bearing before "v" is from
> metrics->horiBearingX, and in your codes it's glyph->bitmap_left .
>
> As I read again from the documentation of FT_Set_Transform: Note
> that this also transforms the ‘face.glyph.advance’ field, but *not*
> the values in ‘face.glyph.metrics’.
So it seems that the documentation was misleading for you. Can you
suggest an improvement?
Werner