* Extended the BView drawing API by a DrawString() version that takes an array

of locations, one for each glyph.
 * Added a test for the new functionality.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35865 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2010-03-15 13:59:14 +00:00
parent f237e4182b
commit 77e5acc0d9
14 changed files with 329 additions and 21 deletions
+1
View File
@@ -254,6 +254,7 @@ enum {
AS_DRAW_STRING,
AS_DRAW_STRING_WITH_DELTA,
AS_DRAW_STRING_WITH_OFFSETS,
AS_SYNC,