On 06.06.2016 21:08, Qian Hong wrote:
> Hi folks,
> 
> I am working on Wine support for a closed source Win32 application.
> This Win32 application bundle a freetype library to process fonts:
> 
> https://www.reasoncoresecurity.com/freetype.dll-0aa9e1bd9e67aa9852df16152a83fcb1e7886d48.aspx
> 
> In order to understand how the application use freetype, I am hoping
> to tracing the freetype API calls. Is there something like `export
> FREETYPE_DEBUG=1` available so I can read freetype API logs?
> 
> The freetype version is 2.4.3 according to resource dump from
> freetype.dll ( $ winedump -j resource freetype.dll )
> 
> Thank you very much!

There's FT2_DEBUG envvar for that, documented in docs/DEBUG. This will
only work if
library was compiled with enabled tracing support.


_______________________________________________
Freetype-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to