ChangeSet ID: 1003866867125721700955182
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/10/23 15:54:27
Modified files:
graphics/x11drv: codepage.c xfont.c
include : x11font.h
objects : text.c
Log message:
Huw D M Davies <hdavies(a)codeweavers.com>
ExtTextOutW with symbol fonts works with chars in the ranges
0x0000 -- 0x00ff and 0xf000 -- 0xf0ff and not, for example, with
chars in the Unicode Greek range.
Patch: http://cvs.winehq.com/patch.py?id=1003866867125721700955182
Revision Changes Path
1.12 +33 -0 wine/graphics/x11drv/codepage.c
1.87 +2 -2 wine/graphics/x11drv/xfont.c
1.16 +1 -0 wine/include/x11font.h
1.41 +2 -2 wine/objects/text.c