Log Message:
-----------
Boo
Modified Files:
--------------
/cvsroot/decaldev/source/DecalControls:
TextColumn.cpp
Revision Data
-------------
Index: TextColumn.cpp
===================================================================
RCS file: /cvsroot/decaldev/source/DecalControls/TextColumn.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- TextColumn.cpp 13 Sep 2003 23:59:01 -0000 1.7
+++ TextColumn.cpp 27 Sep 2003 05:58:09 -0000 1.8
@@ -79,7 +79,7 @@
break;
}
- pFont->DrawText( &pt, vText.bstrVal, nColor, pCanvas );
+ pFont->DrawTextEx( &pt, vText.bstrVal, nColor, 0, eAA, pCanvas );
return S_OK;
}
|