Index: reactos/win32ss/gdi/ntgdi/freetype.c =================================================================== --- reactos/win32ss/gdi/ntgdi/freetype.c (revision 75502) +++ reactos/win32ss/gdi/ntgdi/freetype.c (working copy) @@ -1827,7 +1827,7 @@ if (NULL == pOS2) { IntUnLockFreeType; - DPRINT1("Can't find OS/2 table - not TT font?\n"); + DPRINT1("Can't find OS/2 table - not TT font for '%S'?\n", FullNameW.Buffer); RtlFreeUnicodeString(&FamilyNameW); RtlFreeUnicodeString(&FaceNameW); RtlFreeUnicodeString(&StyleNameW); @@ -1839,7 +1839,7 @@ if (NULL == pHori) { IntUnLockFreeType; - DPRINT1("Can't find HHEA table - not TT font?\n"); + DPRINT1("Can't find HHEA table - not TT font for '%S'?\n", FullNameW.Buffer); RtlFreeUnicodeString(&FamilyNameW); RtlFreeUnicodeString(&FaceNameW); RtlFreeUnicodeString(&StyleNameW);