new uvs2 releases : uppsrc-2618 tutorial-38 examples-142 reference-115

git-svn-id: svn://ultimatepp.org/upp/trunk@308 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
mdelfede 2008-07-07 22:13:48 +00:00
parent f31c9e9e95
commit 04c20734e6
23 changed files with 296 additions and 134 deletions

View file

@ -35,7 +35,7 @@ void DrawTextEllipsis(Draw& w, int x, int y, int cx, const wchar *text, const ch
void DrawTextEllipsis(Draw& w, int x, int y, int cx, const char *text, const char *ellipsis,
Font font, Color ink, int n)
{
DrawTextEllipsis(w, x, y, cx, WString(text), ellipsis, font, ink, n);
return DrawTextEllipsis(w, x, y, cx, WString(text), ellipsis, font, ink, n);
}
Size GetTLTextSize(const wchar *text, Font font)