[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] How to changing rending mode if I using SBiCache
From: |
Werner LEMBERG |
Subject: |
Re: [ft-devel] How to changing rending mode if I using SBiCache |
Date: |
Wed, 19 Oct 2011 15:13:33 +0200 (CEST) |
[Please send plain text emails to this list.]
> I tried to useing FTC_SBitCache_LookupScaler to get the rending
> bitmap font. How could I changing the default rending method?
>
>
> FT_EXPORT( FT_Error )
> FTC_SBitCache_LookupScaler( FTC_SBitCache cache,
> FTC_Scaler scaler,
> FT_ULong load_flags,
> FT_UInt gindex,
> FTC_SBit *sbit,
> FTC_Node *anode );
To help you, we need more information what you want to do. Sample
code how to use this function can be found in the FreeType demo
bundle.
Werner