Re: [ft-devel] FT_New_Memory_Face crashes

2011-09-08 Thread Gernot Reisinger
-- From: chmor...@gmail.com Date: Wed, 7 Sep 2011 13:06:36 -0400 Subject: Re: [ft-devel] FT_New_Memory_Face crashes To: lost_bits1...@hotmail.ca CC: freetype-devel@nongnu.org It should be possible to create a self standing example that will compile on a Linux box

Re: [ft-devel] FT_New_Memory_Face crashes

2011-09-08 Thread Louis Desjardins
of the buffer that I had just read into. Thanks for all the responses, I will continue to investigate, thanks!LD From: gernot.reisin...@omnino.at Date: Thu, 8 Sep 2011 12:35:55 +0200 Subject: Re: [ft-devel] FT_New_Memory_Face crashes To: lost_bits1...@hotmail.ca CC: chmor...@gmail.com; freetype-devel

Re: [ft-devel] FT_New_Memory_Face crashes

2011-09-08 Thread Louis Desjardins
CC: chmor...@gmail.com; freetype-devel@nongnu.org Subject: Re: [ft-devel] FT_New_Memory_Face crashes From: w...@gnu.org The main difference between the standalone and Android app is the way that the input TTF file is read in, however I verified that my TTF file is read in correctly

Re: [ft-devel] FT_New_Memory_Face crashes

2011-09-08 Thread Chris Morgan
Subject: Re: [ft-devel] FT_New_Memory_Face crashes From: w...@gnu.org The main difference between the standalone and Android app is the way that the input TTF file is read in, however I verified that my TTF file is read in correctly in Android, by writing out the buffer that I read

Re: [ft-devel] FT_New_Memory_Face crashes

2011-09-08 Thread Louis Desjardins
for wasting your time! From: chmor...@gmail.com Date: Thu, 8 Sep 2011 13:06:17 -0400 Subject: Re: [ft-devel] FT_New_Memory_Face crashes To: lost_bits1...@hotmail.ca CC: w...@gnu.org; freetype-devel@nongnu.org If you are ok with revealing what went wrong it would be useful to know more details. I'm

Re: [ft-devel] FT_New_Memory_Face crashes

2011-09-07 Thread Louis Desjardins
...@hotmail.ca Date: Wed, 7 Sep 2011 03:47:26 -0400 Subject: RE: [ft-devel] FT_New_Memory_Face crashes In the code sample, FT_NEW_MEMORY_Face() is passed a different buffer from the one created by LoadFile(). From: freetype-devel-bounces+david.bevan=pb@nongnu.org

Re: [ft-devel] FT_New_Memory_Face crashes

2011-09-07 Thread Louis Desjardins
. From: lost_bits1...@hotmail.ca To: freetype-devel@nongnu.org Subject: RE: [ft-devel] FT_New_Memory_Face crashes Date: Wed, 7 Sep 2011 09:23:01 -0700 I apologize, I made a copy\paste error when providing the sample, I have corrected it below as they are in fact the same buffers in the code

Re: [ft-devel] FT_New_Memory_Face crashes

2011-09-07 Thread Chris Morgan
To: lost_bits1...@hotmail.ca Date: Wed, 7 Sep 2011 03:47:26 -0400 Subject: RE: [ft-devel] FT_New_Memory_Face crashes In the code sample, FT_NEW_MEMORY_Face() is passed a different buffer from the one created by LoadFile(). -- *From:* freetype-devel-bounces+david.bevan=pb

Re: [ft-devel] FT_New_Memory_Face crashes

2011-09-07 Thread Louis Desjardins
unfortunately my standalone app will not be useful afterall. From: lost_bits1...@hotmail.ca To: chmor...@gmail.com CC: freetype-devel@nongnu.org Subject: RE: [ft-devel] FT_New_Memory_Face crashes Date: Wed, 7 Sep 2011 12:02:19 -0700 Thanks for your reply. I am still trying to get a successful

Re: [ft-devel] FT_New_Memory_Face crashes

2011-09-07 Thread Werner LEMBERG
Louis, your attachment is too big for the mailing list. Additionally, it contains a non-free font which is not allowed to be distributed. Please resend it without the font, if necessary, and I'll forward your mail to the list. BTW, trying to compile with g++ -o Standalone \ -O0 -g \

Re: [ft-devel] FT_New_Memory_Face crashes

2011-09-07 Thread Werner LEMBERG
The main difference between the standalone and Android app is the way that the input TTF file is read in, however I verified that my TTF file is read in correctly in Android, by writing out the buffer that I read in to a new file, and then comparing the original with this - they are

[ft-devel] FT_New_Memory_Face crashes

2011-09-06 Thread Louis Desjardins
I have loaded an arial.ttf file (taken from my /Windows/Fonts folder) into memory, however passing this into FT_New_Memory_Face crashes (I have also tried other ttf files, and this function still crashes). Any clues as to what I might be doing wrong? Note that I am using Freetype with the