> I need to make freetype render into a flow_down bitmap, but with the
> byte order of each row reversed.
> 
> Example: For a bitmap that is 24 pixles wide (3 bytes), byte 2 is
> the top left, byte 1 is top middle, and byte 0 is top right.  The
> start of the next row will be byte 4, etc.

I think you have to do the byte order changes by yourself.  This
should be able to write at a very low level to gain maximum speed (or
even in assembler if necessary), so I don't see a real problem here.


    Werner


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

Reply via email to