[ft-devel] Trying to figure out how to render a single character represented by a FT_Bitmap in X

2013-02-16 Thread joe M
Hello, I am trying to figure how to print one character from a FT_Bitmap (freetype2 bitmap). But, I am not able to get the character to display properly. I seem to be missing something simple. I seem to be missing something simple while creating the X pixmap based on the FT_Bitmap.buffer. Any t

Re: [ft-devel] Fast bisecting BBox_Cubic_Check

2013-02-16 Thread Alexei Podtelezhnikov
On Sat, Feb 16, 2013 at 2:58 AM, Werner LEMBERG wrote: > >> Thanks to Werner, benchmarking FT_Outline_Get_BBox is now easy using >> ftbench. I've added a rotation by 30 degrees to really challenge it. > > Please commit this to ftbench. Pushed out. >> These are results. > > Looks good, thanks! H

Re: [ft-devel] Fast bisecting BBox_Cubic_Check

2013-02-16 Thread Dmitry Timoshkov
Alexei Podtelezhnikov wrote: > > Looks good, thanks! How do you check that the new code produces > > identical bboxes? > > I used src/tools/test_bbox.c. I had to add some hexadecimal output, > because the original output was just identical. As you'll see below > the results are not bit-identica