[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] freetype2 question
From: |
Werner LEMBERG |
Subject: |
Re: [ft-devel] freetype2 question |
Date: |
Wed, 05 Nov 2008 10:04:22 +0100 (CET) |
> > FT_Set_Char_Size
> > FTC_ImageCache_LookupScaler
>
> You can't use these 2 functions together. If you use
> FTC_ImageCache_LookupScaler, then the Freetype cache API will handle
> setting the size on the font. It does this with the scaler
> parameter you pass to FTC_ImageCache_LookupScaler. So there is no
> need to call FT_Set_Char_Size - instead you should just change the
> scaler parameter to FTC_ImageCache_LookupScaler.
I've added a remark to the documentation that those functions should
not be used together.
Werner
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [ft-devel] freetype2 question,
Werner LEMBERG <=