diff --git a/reactos/subsys/win32k/objects/text.c b/reactos/subsys/win32k/objects/text.c index 751e84e6cc0..602fe34f24f 100644 --- a/reactos/subsys/win32k/objects/text.c +++ b/reactos/subsys/win32k/objects/text.c @@ -1598,6 +1598,7 @@ NtGdiExtTextOut( DestRect.top = SpecifiedDestRect.top + dc->w.DCOrgY; DestRect.right = SpecifiedDestRect.right + dc->w.DCOrgX; DestRect.bottom = SpecifiedDestRect.bottom + dc->w.DCOrgY; + IntLPtoDP(dc, (LPRECT)&DestRect, 2); IntEngBitBlt( &BitmapObj->SurfObj, NULL,