diff --git a/win32ss/gdi/ntgdi/freetype.c b/win32ss/gdi/ntgdi/freetype.c index 6417012381..4bb10439b5 100644 --- a/win32ss/gdi/ntgdi/freetype.c +++ b/win32ss/gdi/ntgdi/freetype.c @@ -33,7 +33,7 @@ #include #include "font.h" -#define NDEBUG +//#define NDEBUG #include /* TPMF_FIXED_PITCH is confusing; brain-dead api */ @@ -4483,6 +4483,7 @@ TextIntRealizeFont(HFONT FontHandle, PTEXTOBJ pTextObj) } pLogFont = &TextObj->logfont.elfEnumLogfontEx.elfLogFont; + DPRINT("pLogFont->lfWidth: %ld\n", pLogFont->lfWidth); /* substitute */ SubstitutedLogFont = *pLogFont;