[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FT Cache Subsystem: Custom caches
From: |
Werner LEMBERG |
Subject: |
Re: FT Cache Subsystem: Custom caches |
Date: |
Mon, 30 Oct 2023 07:00:47 +0000 (UTC) |
> 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