* I was trying to debug my new font stuff in the app_server for about an hour

before I realized that it was FontDemo which was broken. It was easy to tell
  once I ran it on R5 for comparison... :-\


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21796 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2007-08-02 18:32:00 +00:00
parent d96381dd5d
commit 693c7a1eaa
+1 -5
View File
@@ -141,11 +141,7 @@ FontDemoView::_DrawView(BView* view)
xCoordArray[i] += xCenter;
yCoordArray[i] += yCoord;
boundBoxes[i].left = xCoordArray[i] + edgeInfo[i].left * FontSize();
boundBoxes[i].right = boundBoxes[i].left + width;
boundBoxes[i].bottom = yCoordArray[i];
boundBoxes[i].top = boundBoxes[i].bottom - height;
boundBoxes[i].OffsetBy(xCoordArray[i], yCoordArray[i]);
if (OutLineLevel()) {
view->MovePenTo(xCoordArray[i], yCoordArray[i]);