Re: [ft] Displacement

2006-06-16 Thread Werner LEMBERG
After some experiments, I have some new founding. [...] PLEASE provide a *complete* C source code example which I can easily compile and debug! I simply don't have enough time to write such test code by myself. Werner ___ Freetype mailing

Re: [ft] compilinig ftdemos on windows

2006-06-16 Thread Werner LEMBERG
I've made a VS2003 project that can build ft2demo on my WinXP box. if you like it, I can e-mail it to you :-) Why not put it on Freetype's wiki page? I hope to integrate it soon into the ft2demos CVS. (BTW. Why not mention wiki on main freetype.org page?) Good question. First, I

Re: [ft] Displacement

2006-06-16 Thread Chi
Thx, Werner. I understand your situation. - Original Message - From: Werner LEMBERG [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: freetype@nongnu.org Sent: Friday, June 16, 2006 1:37 PM Subject: Re: [ft] Displacement After some experiments, I have some new founding. [...] PLEASE

RE: [ft] How to get the char width (bitmap width) without rendering

2006-06-16 Thread Paresh Deshmukh
Hi Jaco, I am also writing similar c++ wrapper on linux platform, taking same tutorial as base. It works fine with horizontal layout but fails with vertical layout ( msmncho.ttc). Please share your implementation, I hope it will help me. Thanks Regards Paresh ** Hi

Re: [ft-devel] ftvalid

2006-06-16 Thread Masatake YAMATO
I think FT_Err_Unimplemented_Feature should be returned immediately if gxvalid module is not available. However, current implementation requires non-NULL face and non-NULL tables in any case. libfreetype2.so itself knows gxvalid module is available or not. Please, ignore my last message. I

Re: [ft-devel] Nit picking

2006-06-16 Thread Werner LEMBERG
I just downloaded and noticed that the file docs/TRUETYPE says to search for a line that says #undef TT_CONFIG_OPTION_BYTECODE_INTERPRETER but the file contains /* #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER */ instead Fixed, thanks. Werner

Re: [ft-devel] ftvalid

2006-06-16 Thread Masatake YAMATO
I tried ftvalid for the first time today. At first it just told me that every font I fed it was invalid. I discovered this was because the default freetype does not include the validation modules. After changing modules.cfg everything passed. I wonder... would it be possible to have