On Thu, May 23, 2019 at 2:10 PM Vincent Torri <vincent.to...@gmail.com> wrote:
> > There is a comment "code adapted from enesim which was adapted
> > from moonlight sources". Are they based on FreeType2?
>
> https://github.com/Enlightenment/efl/blob/master/src/lib/ector/software/ector_software_rasterizer.c
> (If we could get RLE encoded span line, that would be quite nice).

You are already capturing spans generated by FreeType directly. As
they come sequentiially, this is already as close as it gets to RLE,
isn't it? RLE is length-color-length-color-etc, which is what a
sequence of coverage-spans is. Do I miss something about RLE?

_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to