now updates BView::PenLocation() correctly after DrawString(), stuff like DrawChar('a') is working nicely now, for rotated text much better then in BeOS in fact because of subpixel precision in pen location

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14794 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2005-11-09 16:55:08 +00:00
parent 5fdbbf2ba5
commit 2b97fe884d
5 changed files with 24 additions and 11 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ public:
// -------- text related calls
// DrawState is NOT const because this call updates the pen position in the passed DrawState
void DrawString( const char* string,
BPoint DrawString( const char* string,
int32 length,
const BPoint& pt,
DrawState* d,