[ft-cvs] freetype2 ChangeLog src/autofit/afhints.c src/a...

2006-11-02 Thread David Turner
CVSROOT:/sources/freetype Module name:freetype2 Changes by: David Turner freetype 06/11/02 16:37:35 Modified files: . : ChangeLog src/autofit: afhints.c afhints.h aflatin.c afloader.c afmodule.c aftypes.h Log message:

[ft-cvs] ft2demos/src ftgrid.c

2006-11-02 Thread David Turner
CVSROOT:/sources/freetype Module name:ft2demos Changes by: David Turner freetype 06/11/02 17:21:41 Modified files: src: ftgrid.c Log message: - mode debugging support CVSWeb URLs:

[ft-cvs] freetype2 ChangeLog src/autofit/aflatin.c src/g...

2006-11-02 Thread David Turner
CVSROOT:/sources/freetype Module name:freetype2 Changes by: David Turner freetype 06/11/02 23:28:09 Modified files: . : ChangeLog src/autofit: aflatin.c src/gzip : inftrees.c Log message: - improve autofitter's handling of

[ft] sub-pixel-hinting of ft 2.2.1 and ft 2.1.10 differs

2006-11-02 Thread Mike FABIAN
I wonder why the results for sub-pixel-hinting differ between Freetype 2.1.10 and Freetype 2.2.1.20061027 (CVS from 2006-10-27). The byte code interpreter is compiled in in both versions of freetype. Here are two screen shots:

Re: [ft] sub-pixel-hinting of ft 2.2.1 and ft 2.1.10 differs

2006-11-02 Thread Ismail Donmez
02 Kas 2006 Per 19:00 tarihinde, Mike FABIAN şunları yazmıştı: I wonder why the results for sub-pixel-hinting differ between Freetype 2.1.10 and Freetype 2.2.1.20061027 (CVS from 2006-10-27). The byte code interpreter is compiled in in both versions of freetype. Here are two screen shots:

[ft-devel] A possible fix for FT_GlyphSlot_Embolden() regarding advance handling.

2006-11-02 Thread Zhe Su
Hi, In freetype 2.2.x's FT_GlyphSlot_Embolden(), the following piece of code handles slot-advance: FT_EXPORT_DEF( void ) FT_GlyphSlot_Embolden( FT_GlyphSlot slot ) { ... /* assume the layout is horizontal */ slot-advance.x += xstr; ... } You can see that there is a comment: