Commit 5aec52cc authored by Shachar Shemesh's avatar Shachar Shemesh Committed by Alexandre Julliard

Reordering can take place even if the font does not identify itself as

a reordering one.
parent 8d7b8e57
......@@ -157,9 +157,7 @@ BOOL WINAPI ExtTextOutW( HDC hdc, INT x, INT y, UINT flags,
FIXME("called on an open path\n");
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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment