added missing dxcount parameter

git-svn-id: trunk@19977 -
This commit is contained in:
dmitry 2009-05-16 04:07:17 +00:00
parent 20c1109b87
commit 8a8a08bc64

View File

@ -887,7 +887,7 @@ begin
TextBrush.Apply(Self, False); // do not use ROP2
// finally draw the text
if not TextLayout.Draw(X, Y, DX) then Exit;
if not TextLayout.Draw(X, Y, DX, Count) then Exit;
Result := True;
finally
EndTextRender(TextLayout);