diff --git "a/win32ss/gdi/ntgdi/freetype.c" "b/win32ss/gdi/ntgdi/freetype.c" index 9b9d9cc4fdd..0e1093050e9 100644 --- "a/win32ss/gdi/ntgdi/freetype.c" +++ "b/win32ss/gdi/ntgdi/freetype.c" @@ -5175,6 +5175,11 @@ TextIntGetTextExtentPoint( FontGDI = ObjToGDI(TextObj->Font, FONT); + if (Count > 12) + { + DPRINT1("String is '%.*S'\n", Count, String); + DPRINT1("Font is '%s'\n", FontGDI->SharedFace->Face->family_name); + } Cache.Hashed.Face = FontGDI->SharedFace->Face; if (NULL != Fit) {