* src/winfonts/winfnt.c (fnt_face_get_dll_font): Trace font resources.

pull/2/head
Alexei Podtelezhnikov 3 years ago
parent 56d182a74d
commit dd8676b277
  1. 4
      src/winfonts/winfnt.c

@ -352,6 +352,10 @@
count = FT_GET_USHORT_LE();
FT_TRACE2(( type_id == 0x8007U ? "RT_FONTDIR count %hu\n" :
type_id == 0x8008U ? "RT_FONT count %hu\n" : "",
count ));
if ( type_id == 0x8008U )
{
font_count = count;

Loading…
Cancel
Save