freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft] cache


From: Werner LEMBERG
Subject: Re: [ft] cache
Date: Tue, 04 Oct 2005 22:00:10 +0200 (CEST)

>   Freetype has a big branch of cache functions, that described in
>   part of manual, named "Cache Sub-System".  I doubt, if I don't say
>   FTC_Manager_New, FTC_SBitCache_New etc., if I dont't work with
>   freetype through FTC_Manager_LookupSize, FTC_SBitCache_Lookup
>   etc., is nothing cashe using in freetype?  Or freetype optimize
>   its work itself??

FreeType can be used without the cache sub-system (which is still
experimental; right now it is going to be rewritten), but then you
should do the caching by yourself.  Since rendering is a quite time
consuming process, you'll get a great performance improvement.


    Werner




reply via email to

[Prev in Thread] Current Thread [Next in Thread]