> * If I display the 7 rows bit-wise, I get this:
>>
>>     0000000000000011111110000000000000000000
>>     0000000000011111111111110000000000000000
>>     0000000001111110000011111100000000000000
>>     0000000011111000000000111110000000000000
>>     0000001111100000000000001111100000000000
>>     0000001111000000000000000111100000000000
>>     0000011111000000000000000111110000000000
>>
>>   Whatever this is, it looks cut off.
>
> I don't know how to display such bit-wise rows, can you please share
> the code for this?

No code.  I manually called

  p /t buffer[0]
  p /t buffer[1]
  ...

and did some paste & copy to produce the output (five bytes per lines,
according to the `pitch' value).


    Werner

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

Reply via email to