mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
gdi32: Add traces for skipped font replacements.
This commit is contained in:
parent
15a6aefb8f
commit
758796e704
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user