Commit 758796e7 authored by Kusanagi Kouichi's avatar Kusanagi Kouichi Committed by Alexandre Julliard

gdi32: Add traces for skipped font replacements.

parent 15a6aefb
......@@ -1918,6 +1918,14 @@ static void LoadReplaceList(void)
ADDFONT_FORCE_BITMAP | (face->external ? ADDFONT_EXTERNAL_FONT : 0));
}
}
else
{
TRACE("%s is not available. Skip this replacement.\n", debugstr_w(data));
}
}
else
{
TRACE("%s is available. Skip this replacement.\n", debugstr_w(value));
}
/* reset dlen and vlen */
dlen = datalen;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment