Uh, oh, please don't hide English comments in a Polish reply :-)  I
can't read or speak that language.

> RasterCallback(const int y,.........
> {
>   Spans *sptr = (Spans *)user;
>   for (int i = 0; i < count; ++i)
>     sptr->push_back(Span(spans[i].x, y, spans[i].len, spans[i].coverage));
>     printf("x,y %d %d\n",  <and what I can here?

If you use the grayscale rasterizer, you need *all points* returned in
the span.

However, I suspect that you want black pixels only, right?  Then you
need the B/W rasterizer, as I've outlined in a previous e-mail.


    Werner

_______________________________________________
Freetype mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to