[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Freetype] pixel size
From: |
Giuliano Pochini |
Subject: |
Re: [Freetype] pixel size |
Date: |
Mon, 08 Oct 2001 18:42:29 +0200 (CEST) |
>> Use FT_Vector_Transform() to set up the appropriate affine.
>> That's what we do in ImageMagick's Annotate handler and it works
>> quite well.
>>
>
> I am lost. May you provide an example please.
>
> FT_Vector_Transform is for rotating. Right?
No, it's for affine transforms, which includes rotation.
> What should my matrice look like?
|a 0|
|0 a|
Where "a" is the zoom factor.
Bye.