[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] Freetype FT_Request_Size() crashes
From: |
Werner LEMBERG |
Subject: |
Re: [ft] Freetype FT_Request_Size() crashes |
Date: |
Thu, 07 Jun 2012 21:14:04 +0200 (CEST) |
> 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
>
> error = clazz->request_size( face->size, req ); //line 2832
>
> I have mixed results on different systems, but all systems show a
> weak point when trying to set a font size.
Please post a minimal example, even if you think it doesn't matter.
Are you using the latest version 2.4.9?
> All I gotta do is use FT_Set_Char_Size() to crash it. Any Ideas
> would be of great help.
What about the demo programs? Can you execute, say, ftdiff?
Werner