> I am trying to make a monochrome sample.
>
> 0== white; 255== black

No, we have 0 == white and 1 == black.

> The results are bad and the image always gets grayscale values.

Hmm, you are aware that you get 8pixels per byte for a monochrome
image?  The draw_bitmap function must be updated accordingly.


    Werner


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

Reply via email to