developing new draw

git-svn-id: svn://ultimatepp.org/upp/trunk@1372 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2009-07-06 20:31:00 +00:00
parent aa30f86a8c
commit fa47b4615a
74 changed files with 3278 additions and 3431 deletions

View file

@ -1,4 +1,4 @@
#include "Draw.h"
#include "SystemDraw.h"
NAMESPACE_UPP
@ -22,7 +22,7 @@ void SystemDraw::DrawTextOp(int x, int y, int angle, const wchar *text, Font fon
n -= 30000;
text += 30000;
}
DrawLock __;
GuiLock __;
COLORREF cr = GetColor(ink);
if(cr != lastTextColor) {
LLOG("Setting text color: " << ink);