Signed-off-by: Jacek Caban jacek@codeweavers.com --- dlls/gdi32/font.c | 82 ++++++++++++----------------------------------- dlls/gdi32/text.c | 11 +++++++ 2 files changed, 31 insertions(+), 62 deletions(-)
On Fri, Aug 27, 2021 at 01:25:51PM +0200, Jacek Caban wrote:
+/***********************************************************************
GetCharWidthI (GDI32.@)
- */
+BOOL WINAPI GetCharABCWidthsI( HDC hdc, UINT first, UINT count, WORD *glyphs, ABC *buffer )
All these pesky similarly named functions ;-)
I'll send in v2 once testbot has finished with the series.
Huw.