On Fri, Jun 12, 2020 at 7:22 AM Vincent Torri <[email protected]> wrote: > > On Fri, Jun 12, 2020 at 12:47 PM Alexei Podtelezhnikov > <[email protected]> wrote: > > > > On Fri, Jun 12, 2020 at 5:05 AM Moazin Khatri <[email protected]> > > wrote: > > >> > > > Almost certainly, they use FT_Outline_Render with the callback > > params.gray_spans doing all kinds of crazy color gradients. > > https://git.enlightenment.org/core/efl.git/tree/src/lib/ector/software/ector_software_rasterizer.c
The first three functions in this file are exactly the type of FT_SpanFunc then you call: sw_ft_grays_raster.raster_render(thread->raster, ¶ms); Do you by any chance use FT_Get_Module to set up sw_ft_grays_raster?
