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