- Don't allow glyph indices (ETO_GLYPH_INDEX) in ExtTextOut as long as they are not...
authorGregor Schneider <grschneider@gmail.com>
Mon, 17 Aug 2009 00:24:46 +0000 (00:24 +0000)
committerGregor Schneider <grschneider@gmail.com>
Mon, 17 Aug 2009 00:24:46 +0000 (00:24 +0000)
- GetCharacterPlacementA/W has to work to allow this, currently broken/stubbed
- Switch to full text processing mode so that those texts are shown
- Fixes garbled text in OpenOffice 1.14/1.15 installers, bug #933

svn path=/trunk/; revision=42749

reactos/subsystems/win32/win32k/objects/freetype.c

index c13c31b..7a5ae4c 100644 (file)
@@ -3694,6 +3694,9 @@ NtGdiExtTextOutW(
         }
     }
 
+    /* FIXME: remove this as soon as GetCharacterPlacementA/W work properly */
+    fuOptions &= ~ETO_GLYPH_INDEX;
+
     /* Finally call the internal routine */
     Result = GreExtTextOutW(hDC,
                             XStart,