[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] FT_New_Memory_Face crashes
From: |
Chris Morgan |
Subject: |
Re: [ft-devel] FT_New_Memory_Face crashes |
Date: |
Thu, 8 Sep 2011 13:06:17 -0400 |
If you are ok with revealing what went wrong it would be useful to
know more details. I'm curious and it would be useful to have in the
mailing list archive.
Chris
On Thu, Sep 8, 2011 at 1:02 PM, Louis Desjardins
<address@hidden> wrote:
> That's a great troubleshooting tip - thank-you. Using this causes the
> function to succeed in Android - so I am embarrassed to say that the problem
> is on my end afterall :s
> I will take it from here, thanks for all the help!
>
>> Date: Thu, 8 Sep 2011 06:42:34 +0200
>> To: address@hidden
>> CC: address@hidden; address@hidden
>> Subject: Re: [ft-devel] FT_New_Memory_Face crashes
>> From: address@hidden
>>
>>
>> > 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 identical.
>>
>> What about putting the font into a static buffer, this is, converting
>> the font into something like this:
>>
>> const char* font = { 0x01, 0x05, 0x03, ... }
>>
>> This could eliminate one possible source of error.
>>
>>
>> Werner
>
- Re: [ft-devel] FT_New_Memory_Face crashes, (continued)
- Re: [ft-devel] FT_New_Memory_Face crashes, Werner LEMBERG, 2011/09/07
- Message not available
- Message not available
- Re: [ft-devel] FT_New_Memory_Face crashes, Louis Desjardins, 2011/09/07
- Re: [ft-devel] FT_New_Memory_Face crashes, Louis Desjardins, 2011/09/07
- Re: [ft-devel] FT_New_Memory_Face crashes, Chris Morgan, 2011/09/07
- Re: [ft-devel] FT_New_Memory_Face crashes, Louis Desjardins, 2011/09/07
- Re: [ft-devel] FT_New_Memory_Face crashes, Louis Desjardins, 2011/09/07
- Re: [ft-devel] FT_New_Memory_Face crashes, Chris Morgan, 2011/09/07
- Re: [ft-devel] FT_New_Memory_Face crashes, Louis Desjardins, 2011/09/07
- Re: [ft-devel] FT_New_Memory_Face crashes, Werner LEMBERG, 2011/09/08
- Re: [ft-devel] FT_New_Memory_Face crashes, Louis Desjardins, 2011/09/08
- Re: [ft-devel] FT_New_Memory_Face crashes,
Chris Morgan <=
- Re: [ft-devel] FT_New_Memory_Face crashes, Louis Desjardins, 2011/09/08
- Re: [ft-devel] FT_New_Memory_Face crashes, Werner LEMBERG, 2011/09/08
- Message not available
- Re: [ft-devel] FT_New_Memory_Face crashes, Louis Desjardins, 2011/09/08
- Re: [ft-devel] FT_New_Memory_Face crashes, Gernot Reisinger, 2011/09/08
- Re: [ft-devel] FT_New_Memory_Face crashes, Louis Desjardins, 2011/09/08