[ft] Freetype FT_Request_Size() crashes
2012-06-07 13:55:23 GMT
I've compiled freetype 2.4 and any time I try to use FT_Set_Char_Size() it will crash in the ftobjs.c file in the FT_Request_Size() function at this line
I have mixed results on different systems, but all systems show a weak point when trying to set a font size.
Windows - Works Great! - Only if I use /Za "Disable Language Extensions" in VisualC++, it works fine. :)
Mac - Works Great - only when i'm in xcode / debug... Crashes when run directly from app file.... Only crashes when I try to set font size.
IPhone/IPad - Works Great - on the simulator, don't know how it will act on an actual IPhone /IPad yet.
Android - Does Not Work! - crashes when I try to set font size.
My next step is to make sure that the font file is being opened ok on every system. And I know they are.
How can I check that?
What else do I need to check?
Can freetype even change the working directory?
I think I'm either missing something small in the compile, or I'm stuck.
I would provide code, but it does not matter. All I gotta do is use FT_Set_Char_Size() to crash it.
Any Ideas would be of great help. Thanks guys
Paul Dean
I.T. Professional714-631-6285
Paul <at> PDComputerTech.com
aquawicket <at> hotmail.com
_______________________________________________ Freetype mailing list Freetype <at> nongnu.org https://lists.nongnu.org/mailman/listinfo/freetype
RSS Feed