From db94952b4ff05b8b0336fa45bb174641ec9c97af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Thu, 20 Jan 2005 14:54:42 +0000 Subject: [PATCH] updated info git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10904 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/servers/app/server/Painter/README | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/servers/app/server/Painter/README b/src/servers/app/server/Painter/README index d85a4a4233..c62e27a438 100644 --- a/src/servers/app/server/Painter/README +++ b/src/servers/app/server/Painter/README @@ -20,7 +20,7 @@ There is some work involved when trying to make this fast. The conversion should 4) Most of the BView behaviour for DrawString() is missing. -There is a lot of inconsistency in the BView implementation concerning the "current pen position", but all versions of DrawString() do put the pen at the position of the virtual next character. I will see to that when I implement all this escapment_delta stuff. +Putting the current pen at the position of the virtual next char is now handled, but I have to figure out the escapment_delta stuff. 5) Font handling is somewhat weird. @@ -28,6 +28,10 @@ There is a FontManager class that is supposed to be an interface between font fa 6) The framework is still developing. -I'm still working on many ends of Painter and I might refactor things. The basic idea will of course stay for the most part, and is of course open for discussion by the rest of the team. I felt I wanted to get some results first, then see how it can all be improved. So, keep the comments comming. +I'm still working on many ends of Painter and I might refactor things. The basic idea will likely stay for the most part, but is of course open for discussion by the rest of the team. I felt I wanted to get some results first, then see how it can all be improved. So, keep the comments comming. + +7) Article + +I have written a Newsletter article, that explains the concepts of AGG, how Painter is therefor designed and how it can be improved with the knowledge of AGG inner workings. I don't know when this article will appear, but email me if you're interested in the current version.