mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:56:00 +00:00
[GDI] Demote the insane amount of logging CORE-1091
that was introduced by
0.4.15-dev-684-g
448bcede24
This commit is contained in:
parent
448bcede24
commit
9835710f7e
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ IntTMWFixUp(
|
||||||
* to a TrueType one when we have a 'Raster' font as our input we filter
|
* to a TrueType one when we have a 'Raster' font as our input we filter
|
||||||
* out the problematic TrueType and Vector bits.
|
* out the problematic TrueType and Vector bits.
|
||||||
* Our list below checks for Raster Font Facenames. */
|
* Our list below checks for Raster Font Facenames. */
|
||||||
DPRINT1("Font Facename is '%S'.\n", lf.lfFaceName);
|
DPRINT("Font Facename is '%S'.\n", lf.lfFaceName);
|
||||||
if ((wcsicmp(lf.lfFaceName, L"Helv") == 0) ||
|
if ((wcsicmp(lf.lfFaceName, L"Helv") == 0) ||
|
||||||
(wcsicmp(lf.lfFaceName, L"Courier") == 0) ||
|
(wcsicmp(lf.lfFaceName, L"Courier") == 0) ||
|
||||||
(wcsicmp(lf.lfFaceName, L"MS Sans Serif") == 0) ||
|
(wcsicmp(lf.lfFaceName, L"MS Sans Serif") == 0) ||
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue