|
From: | Louis Desjardins |
Subject: | [ft-devel] FT_New_Memory_Face crashes |
Date: | Tue, 6 Sep 2011 16:13:27 -0700 |
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 Android NDK, so it is difficult to debug, however I find that eventually, the crash occurs within: if ( p ) { result = FT_NEXT_LONG( p ); //crashes here, in file ftstream.c, method FT_Stream_ReadLong}
|
[Prev in Thread] | Current Thread | [Next in Thread] |