LazFreeType: Demonstrate splitting text on a new line in the example

git-svn-id: trunk@40132 -
This commit is contained in:
ask 2013-02-02 23:57:11 +00:00
parent d863aa74b1
commit 640bfca4a6

View File

@ -120,7 +120,7 @@ begin
end;
procedure TForm1.FormPaint(Sender: TObject);
const testtext = 'The quick brown fox jumps over the lazy dog';
const testtext = 'The'#13#10'quick brown fox jumps over the lazy dog';
var bmp: TBitmap;
tx,ty: integer;
p: array of TCharPosition;