mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-28 06:12:53 -06:00
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:
parent
f31c9e9e95
commit
04c20734e6
23 changed files with 296 additions and 134 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue