[interfacekit] Re: FreeType2 and font cache
- From: Erik Jakowatz <erik@xxxxxxxxxxxxxx>
- To: interfacekit@xxxxxxxxxxxxx
- Date: Wed, 27 Feb 2002 15:20:53 -0800
Yes, my bad. Keeping the *rendered* fonts in memory. The fonts
themselves are itty-bitty. =)
FreeType2 does antialiasing and, now that I check, has a caching
subsystem. It's unclear from my cursory examination whether it caches
the rendered fonts or just the font data.
e
Marcus Overhagen wrote:
> Erik Jakowatz <erik@xxxxxxxxxxxxxx> wrote:
>
>
>>>That reminds me. What *is* a font cache, anyway - is it merely just holding
>>>fonts in memory so we don't have to load them from disk?
>>>
>>That's about the size of it. The key, of course, is making it effecient. =)
>>
>
> I would expect a font cache to cache most of the rendering,
> this means converting formulas into a bitmap, of a font, too.
>
> This might be a problem with antialising, but probably only because
> I don't understand much of this ussues.
>
> Marcus
>
>
>
- References:
- [interfacekit] Re: FreeType2 and font cache
- From: Marcus Overhagen
Other related posts:
- » [interfacekit] FreeType2 and font cache
- » [interfacekit] Re: FreeType2 and font cache
- » [interfacekit] Re: FreeType2 and font cache
- » [interfacekit] Re: FreeType2 and font cache
- » [interfacekit] Re: FreeType2 and font cache
- » [interfacekit] Re: FreeType2 and font cache
- » [interfacekit] Re: FreeType2 and font cache
- [interfacekit] Re: FreeType2 and font cache
- From: Marcus Overhagen