freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] Updates for gf driver.


From: Parth Wazurkar
Subject: Re: [ft-devel] Updates for gf driver.
Date: Mon, 9 Jul 2018 21:53:34 +0530

> * 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).
 
When I do `p /t buffer[0]'  I get `$1 = 0'. What am I missing? Please help.

Thank you

Parth


reply via email to

[Prev in Thread] Current Thread [Next in Thread]