[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] python_freetype Design: Vector & Matrix Operations
From: |
Werner LEMBERG |
Subject: |
Re: [ft] python_freetype Design: Vector & Matrix Operations |
Date: |
Sun, 15 Feb 2015 08:31:25 +0100 (CET) |
>> Shifting glyphs is *much* more common than rotating or shearing.
>
> I guess one issue is that rotating and shearing will disable
> hinting?
Yes.
> But scaling will not, and that comes from the same matrix, doesn’t
> it?
Scaling itself doesn't disable hinting, however, it gets applied
*after* hinting. To scale a font before hinting you need a call to
FT_Set_Char_Size or something similar.
Werner