freetype
[Top][All Lists]
Advanced

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

FT Cache Subsystem: Custom caches


From: takase1121
Subject: FT Cache Subsystem: Custom caches
Date: Wed, 25 Oct 2023 02:29:21 +0000

Hi,

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? I Googled and found draft document:

http://www.fifi.org/doc/libfreetype6/cache.html

It doesn't seem to work now. Are there any way to achieve that, or is this 
future planned for the future?

Kelvin

reply via email to

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