fdea6e4b
by Nikolay Sivov at 2025-11-12T22:11:54+01:00
gdi32: Ignore provided glyph position if ExtTextOutW() needs complex text processing.
On Windows playing back a metafile with Arabic text does not use provided
positions for individual glyphs, but instead shapes it properly.
This change should not affect anything that does not require complex processing.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>