ExtTextOutW: The CLIP_LH_ANGLES rotation modifier is not yet handled.

Carl-Daniel Hailfinger c-d.hailfinger.devel.2006 at gmx.net
Thu Sep 28 12:31:07 CDT 2006


 dlls/gdi/font.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

1a4504759ab1c9b6526641cb4d17182716a06bfc
diff --git a/dlls/gdi/font.c b/dlls/gdi/font.c
index f895549..6bb50e4 100644
--- a/dlls/gdi/font.c
+++ b/dlls/gdi/font.c
@@ -1820,6 +1820,8 @@ BOOL WINAPI ExtTextOutW( HDC hdc, INT x,
     {
         cosEsc = cos(lf.lfEscapement * M_PI / 1800);
         sinEsc = sin(lf.lfEscapement * M_PI / 1800);
+        if (lf.lfClipPrecision & CLIP_LH_ANGLES)
+            FIXME("flag CLIP_LH_ANGLES unimplemented\n");
     }
     else
     {
-- 
1.3.1




More information about the wine-patches mailing list