* Fixed GetGlyphShapes(). The BShapes that are outputted are correct now but the app_server still cannot draw them correctly.

* Changed the allocation to new for GetGlyphShapes() and GetEscapements() as the data is deleted in ServerApp.cpp
* Minor cleanup

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16231 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz
2006-02-04 22:20:00 +00:00
parent ec56c2c1dc
commit bb96bd0a70
4 changed files with 44 additions and 36 deletions
+1 -1
View File
@@ -612,7 +612,7 @@ FT_BEGIN_HEADER
/* accuracy during scan-conversion). The transformation is simple: */
/* */
/* x' = (x << shift) - delta */
/* y' = (x << shift) - delta */
/* y' = (y << shift) - delta */
/* */
/* Set the value of `shift' and `delta' to 0 to get the original */
/* point coordinates. */