[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] freetype question
From: |
Werner LEMBERG |
Subject: |
Re: [ft] freetype question |
Date: |
Wed, 29 Oct 2008 18:02:33 +0100 (CET) |
> While parsing, when I look up glyphs of the second line (size of
> 24), if it exist in cache (means found in first line),it is rendered
> with the size 12 and not 24 (I think beacause it is stored with the
> size of 12) I am using always the lookup FTC_ImageCache_LookupScaler
> function
Sample code, please -- you should provide a *minimal* example which
compiles fine with ANSI C (without graphics, of course).
Werner