Re: FT Cache Subsystem: Custom caches

Werner LEMBERG <[email protected]> Mon, 30 Oct 2023 07:00:47 +0000 (UTC)
Newsgroups gmane.comp.fonts.freetype.user
Message-ID <[email protected]>
> I'm trying to use FreeType cache subsystem to render glyphs. I tried
> using FTC_SBitCache but I need to modify the outline before
> rendering (translate and transform) so I could only use
> FTC_ImageCache, modify the outline and render it.
> 
> Is there a way to extend the cache mechanism to create my own cache
> that supports all these features?

Extend in which way?  It's not clear to me what you want to cache...


    Werner