From c757e22da0d5feef0cbc54840aff4268b791feae Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 4 Sep 2002 11:09:12 +0000 Subject: Measure all characters in Unicode mode. --- win32/PlatWin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index 70f0faa1b..8b7373cc5 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -558,7 +558,7 @@ void SurfaceImpl::MeasureWidths(Font &font_, const char *s, int len, int *positi int ui=0; const unsigned char *us = reinterpret_cast(s); int i=0; - while (i= 0x80) { -- cgit v1.2.3