[ft-devel] Freetype2 cvs crashes

2005-05-11 Thread Ismail Donmez
Hi, I cvs upped freetype2 from savannah repository and I see crashes in applications that use freetype2. Here is the backtrace: (gdb) run -v -f Starting program: /usr/bin/fc-cache -v -f (no debugging symbols found) (no debugging symbols found) /usr/bin/fc-cache: /usr/share/fonts: caching, 0

Re: [ft-devel] serious bug introduced 2005-10-29

2005-11-15 Thread Ismail Donmez
On Tuesday 15 November 2005 12:36, Werner LEMBERG wrote: David, a comparison between a FreeType checkout with -D 2005-10-28 and -D 2005-10-29 shows that the latter has introduced a serious bug w.r.t. TTF handling. Attached two images from the font Dustismo.ttf. Perhaps your arithmetic

[ft-devel] Freetype CVS fontconfig

2005-11-15 Thread Ismail Donmez
Hi all, After I installed Freetype2 from CVS, fontconfig started giving undefined reference to FT_Free so I tried to recompile fontconfig but it gave the same error while compiling. Is this expected i.e FT_Free is no longer public now? Regards, ismail

Re: [ft-devel] Freetype CVS fontconfig

2005-11-15 Thread Ismail Donmez
(www.freetype.org) Ismail Donmez a écrit : Hi all, After I installed Freetype2 from CVS, fontconfig started giving undefined reference to FT_Free so I tried to recompile fontconfig but it gave the same error while compiling. Is this expected i.e FT_Free is no longer public now? Regards, ismail

[ft-devel] New warnings

2005-11-29 Thread Ismail Donmez
Hi all, Looks like latest cmap commit introduced some new warnings: freetype2/src/sfnt/ttcmap.c: In function `tt_cmap4_char_map_binary': freetype2/src/sfnt/ttcmap.c:1036: warning: 'end' might be used uninitialized in this function freetype2/src/sfnt/ttcmap.c:1038: warning: 'mid' might be used

Re: [ft-devel] ft-smooth for 2.1.10?

2005-12-20 Thread Ismail Donmez
Salı 20 Aralık 2005 14:26 tarihinde, Werner LEMBERG şunları yazmıştı: WARNING: INSTALLING THE CURRENT CVS WILL PROBABLY BREAK YOUR SYSTEM What do you mean? The rendering results? Well you will need unreleased Qt,fontconfig etc else you won't be able to compile anything that links to

Re: [ft-devel] ClearType like rendering

2006-02-02 Thread Ismail Donmez
Perşembe 2 Şubat 2006 15:32 tarihinde, Graham Asher şunları yazmıştı: Each sub-pixel value is partly spread out over its two neighbours to the left and right. I have used this method with the output from FreeType and it works very well. Thank you both for explanations! Graham, is your

Re: [ft-devel] compiling of FT CVS with g++ is broken

2006-02-02 Thread Ismail Donmez
Perşembe 2 Şubat 2006 12:32 tarihinde, Werner LEMBERG şunları yazmıştı: David, your latest changes to the allocation functions and macros break compilation of FreeType with g++ instead of gcc. Why would one do that? g++ usually is slower than gcc. Regards, ismail

Re: [ft-devel] compiling of FT CVS with g++ is broken

2006-02-02 Thread Ismail Donmez
Perşembe 2 Şubat 2006 23:59 tarihinde, Werner LEMBERG şunları yazmıştı: your latest changes to the allocation functions and macros break compilation of FreeType with g++ instead of gcc. Why would one do that? g++ usually is slower than gcc. Some platforms only ship with a C++ compiler

[ft-devel] Missing ftlcdfil.c

2006-09-27 Thread Ismail Donmez
Hi, Looks like David forgot to cvs add src/base/ftlcdfil.c to latest CVS. [ I am looking for testing the new stuff sorry for my impatience =) ] Regards, ismail -- They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. -- Benjamin

[ft-devel] Playing with FT_CONFIG_OPTION_SUBPIXEL_RENDERING

2006-09-27 Thread Ismail Donmez
Hi David et. al., I played with FT_CONFIG_OPTION_SUBPIXEL_RENDERING today. I installed latest freetype from CVS with FT_CONFIG_OPTION_SUBPIXEL_RENDERING enabled. And I tested libXft + your lcd rendering patch and libXft + newest freetype with FT_CONFIG_OPTION_SUBPIXEL_RENDERING on. And with

[ft-devel] Recent CVS does not compile

2006-10-01 Thread Ismail Donmez
Hi all, Recent CVS errors out with : /home/cartman/CVS/freetype2/objs/.libs/ftlcdfil.o: In function `FT_Library_SetLcdFilter': /home/cartman/CVS/freetype2/src/base/ftlcdfil.c:161: multiple definition of `FT_Library_SetLcdFilter'

Re: [ft-devel] Rendering problem with 'y' character

2006-10-04 Thread Ismail Donmez
04 Eki 2006 Çar 08:13 tarihinde şunları yazmıştınız: Attached patch shows a rendering problem with 'y' character with Tahoma font (in python and system ). Notice that top-left part of y looks cropped. Dpi is 96, and font size is 9 pts. I only see the problem when italic text is used.

[ft-devel] [PATCH] nvu 1.0 does not compile with Freetype 2.2

2006-10-12 Thread Ismail Donmez
Hi, In case someone hits this, I cooked up a patch for nvu 1.0. Might be worth to put in rouge clients page. Regards, ismail --- gfx/src/ps/nsType1.cpp 2002-12-11 08:24:47.0 +0200 +++ gfx/src/ps/nsType1.cpp 2006-10-11 17:17:11.0 +0300 @@ -81,8 +81,8 @@ intwmode;