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

This commit is contained in:
Alexei Podtelezhnikov 2022-02-03 14:32:50 +00:00
parent 56d182a74d
commit dd8676b277
1 changed files with 4 additions and 0 deletions

View File

@ -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;