Re: FT Cache Subsystem: Custom caches

2023-10-30 Thread Werner LEMBERG
> 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

Re: Progress update on adjustment database

2023-10-30 Thread Werner LEMBERG
> There was an intentional change to src/base/ftobjs.c. I made the > function that finds the best unicode charmap public so that I could > use it from the autofitter. OK, I see. I was confused because the `FT_BASE_TAG` is missing for this function in `ftobjs.c`. Werner