gdi32: Implement GetTextExtentPoint in terms of GetTextExtentExPoint
authorDan Hipschman <dsh@linux.ucla.edu>
Wed, 12 Jul 2006 00:58:35 +0000 (17:58 -0700)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 12 Jul 2006 11:34:36 +0000 (13:34 +0200)
commitf9047238134e1dbfd7eaedf81a6ee94788a4681d
treecf88e2936d0bc1ae512ef68e45607d68fd120428
parentfe3c9428c3975259e50eb2d87f60307fda154144
gdi32: Implement GetTextExtentPoint in terms of GetTextExtentExPoint
(not vice versa) for efficiency (required adding the Ex functionality
to drivers).
13 files changed:
dlls/gdi/driver.c
dlls/gdi/enhmfdrv/init.c
dlls/gdi/font.c
dlls/gdi/freetype.c
dlls/gdi/gdi_private.h
dlls/gdi/mfdrv/init.c
dlls/wineps.drv/builtin.c
dlls/wineps.drv/psdrv.h
dlls/wineps.drv/wineps.drv.spec
dlls/winex11.drv/codepage.c
dlls/winex11.drv/text.c
dlls/winex11.drv/winex11.drv.spec
dlls/winex11.drv/x11font.h