[ft-devel] patch for ft2demo to let ftview use correct glyph index when rendering embolden and outline glyphs.

2006-03-27 Thread Zhe Su
Hi, When view a font by ftview -e unic option, the glyphs are sorted by unicode, however if switch the render mode to embolden or outline by pressing Space key, the unicode index is totally ignored and fallback to raw glyph index. The attached patch fix this issue. See also:

[ft-devel] MONOCHROME with hinting???

2006-03-27 Thread Peter M
I am trying to make a monochrome sample. 0== white; 255== black The results are bad and the image always gets grayscale values. I cant get a 1bit monochrome image. Can somebody help??? Also monochrome hinting help is welcome Regards Peter M CODE:

Re: [ft-devel] Re: [ft-cvs] freetype2 ./ChangeLog docs/CHANGES src/autofit/...

2006-03-27 Thread Werner LEMBERG
I don't know of any rogue client that uses the cache internals, so I guess it's OK to change these to FT_LOCAL at the moment. Done. There are some functions commented out -- please check them and delete if you think it is possible. Werner ___

Re: [ft-devel] Fourth Release candidate for 2.2

2006-03-27 Thread Behdad Esfahbod
On Mon, 27 Mar 2006, Dave Behnke wrote: I integrated this build into my project and ran into a minor problem in trying to use an arial truetype font. Lines 171 - 173 of \src\sfnt\ttmtx.c, in the tt_face_load_hmtx method look like this: if ( FT_QNEW_ARRAY( *longs, num_longs ) ||