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

2006-03-20 Thread David Turner
Hi Werner, Werner LEMBERG a écrit : >ft2demos no longer compiles -- it uses the cache manager... > > > It does now, you caught the code before I commited the changes to ft2demos as well :-) >BTW, we have this line in ftcache.h > > typedef struct FTC_ManagerRec_* FTC_Manager; > >but no FTC_Ma

[ft-devel] Antialiasing

2006-03-20 Thread Stephan Hüls
Hey, I have problems with the antialiasing. I render my glyphs with the following Command: error = FT_Load_Char(face, text[i], FT_LOAD_RENDER | FT_LOAD_IGNORE_TRANSFORM ); When I use the Flag FT_LOAD_MONOCHROME I get a failure. Is it necessary to do a special setup for this or is it possible that

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

2006-03-20 Thread Werner LEMBERG
> * src/cache/ftccache.h, src/cache/ftcglyph.h, > src/cache/ftcimage.h, src/cache/ftcsbits.h, > src/cache/ftcmanag.h, src/cache/ftccmap.h, src/cache/ftcmru.h: > copying the cache's internal header files which were located > in 'include/freetype/cache' to the 'src/cach

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

2006-03-20 Thread Behdad Esfahbod
On Mon, 20 Mar 2006, Werner LEMBERG wrote: > BTW, we have this line in ftcache.h > > typedef struct FTC_ManagerRec_* FTC_Manager; > > but no FTC_ManagerRec definition... That by itself is not necessarily a problem. We have things like that in Pango all the time for declaring abstract interfac

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

2006-03-20 Thread Werner LEMBERG
> * src/cache/ftccache.h, src/cache/ftcglyph.h, src/cache/ftcimage.h, > src/cache/ftcsbits.h, src/cache/ftcmanag.h, src/cache/ftccmap.h, > src/cache/ftcmru.h: copying the cache's internal header files which > were located in 'include/freetype/cache' to the 'src/cache' direct

[ft-devel] A patch to fix wrong detection issue of FT_Outline_Get_Orientation().

2006-03-20 Thread Zhe Su
Hi, Attached is a patch against 2.1.10 to prevent FT_Outline_Get_Orientation() from getting wrong result in some situation. Please refer to https://bugzilla.novell.com/show_bug.cgi?id=158573 for details. This patch can be applied to cvs head as well. Regards James Su diff -ur freetype-2.1.10.b