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: Tue, 10 Jul 2018 00:28:10 +0530

>> 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'.

Yes, this is correct.  The first eight bits are zero – just have a
look at the set bits :-)

> What am I missing?

There are more bytes to look at, for example

  (gdb) p /t bitmap->buffer[1]
  $3 = 11
  (gdb) p /t bitmap->buffer[2]
  $4 = 11111000

etc., etc.

I rendered the glyph `A' in this way and I am attaching the glyphs
rendered with the `gfdriver' and `gftype'[...]

Resending in txt format. 


Parth

Attachment: glyphAbitmap_gfdriver.txt
Description: Text document

Attachment: glyphAbitmap_gftype.txt
Description: Text document


reply via email to

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