Alexandre Julliard pushed to branch master at wine / wine
Commits: 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
- - - - -
1 changed file:
- dlls/gdi32/text.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/fdea6e4ba483221a6aed9404b68c8b6...