Re: [ft-devel] Builtin way to trace freetype API calls?

2016-06-06 Thread Qian Hong
Hi Nikolay,

On Tue, Jun 7, 2016 at 2:23 AM, Nikolay Sivov  wrote:
> There's FT2_DEBUG envvar for that, documented in docs/DEBUG. This will
> only work if
> library was compiled with enabled tracing support.

Thanks a lot for the hints, that saves me a lot of time ;)


-- 
Regards,
Qian Hong

-
http://www.winehq.org

___
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel


Re: [ft-devel] Builtin way to trace freetype API calls?

2016-06-06 Thread Nikolay Sivov
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
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel


[ft-devel] Builtin way to trace freetype API calls?

2016-06-06 Thread Qian Hong
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!

-- 
Regards,
Qian Hong

-
http://www.winehq.org

___
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel