Minor Hebrew fix

Shachar Shemesh wine-patches at shemesh.biz
Mon Mar 24 07:03:37 CST 2003


Changelog:
Shachar Shemesh <winecode at shemesh.biz>
objects/text.c

    * It appears that reordering can take place even if the font does
      not identify itself as a reordering one.


-- 
Shachar Shemesh
Open Source integration consultant
Home page & resume - http://www.shemesh.biz/

-------------- next part --------------
Index: objects/text.c
===================================================================
RCS file: /home/sun/sources/cvs/wine/objects/text.c,v
retrieving revision 1.49
diff -u -r1.49 text.c
--- objects/text.c	16 Aug 2002 00:42:07 -0000	1.49
+++ objects/text.c	24 Mar 2003 12:53:21 -0000
@@ -158,8 +158,7 @@
 		else if(dc->funcs->pExtTextOut)
 		{
 			DWORD fontLangInfo=0;
-			if( !(flags&(ETO_GLYPH_INDEX|ETO_IGNORELANGUAGE)) &&
-			   ((fontLangInfo=GetFontLanguageInfo( hdc ))&(GCP_REORDER|GCP_GLYPHSHAPE)) )
+			if( !(flags&(ETO_GLYPH_INDEX|ETO_IGNORELANGUAGE)) )
 			{
 				/* The caller did not specify that language processing was already done,
 				 * and the font idetifies iteself as requiring language processing.


More information about the wine-patches mailing list