Re: [ft-devel] Question about cidparse.c/cid_parser_new( )

2005-11-08 Thread Werner LEMBERG
And I think there should be more change in this code section: 'limit' should be reset by 'buffer + readsize' in where readsize is actual read size. Please provide a patch. Werner ___ Freetype-devel mailing list Freetype-devel@nongnu.org

Re: [ft-devel] Question about cidparse.c/cid_parser_new( )

2005-11-08 Thread mpsuzuki
On Tue, 08 Nov 2005 10:12:19 +0100 (CET) Werner LEMBERG [EMAIL PROTECTED] wrote: And I think there should be more change in this code section: 'limit' should be reset by 'buffer + readsize' in where readsize is actual read size. Please provide a patch. Excuse me, give me 4 hours. Regards,

[ft-devel] Doubt

2005-11-08 Thread Chandramouli P
Dear sir, I have downloaded ft2demos-2.1.10 from your website. How can I install this library? I have already installed freetype2 library in my system. Now, Iam unable to install ft2demos. In the README file, you mentioned that Compile freetype2 library first . How can I compile freetype2

Re: [ft-devel] Question about cidparse.c/cid_parser_new( )

2005-11-08 Thread mpsuzuki
On Tue, 8 Nov 2005 19:17:02 +0900 [EMAIL PROTECTED] wrote: On Tue, 08 Nov 2005 10:12:19 +0100 (CET) Werner LEMBERG [EMAIL PROTECTED] wrote: And I think there should be more change in this code section: 'limit' should be reset by 'buffer + readsize' in where readsize is actual read size.