mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-21 03:05:12 +02:00
LazFreeType: Demonstrate splitting text on a new line in the example
git-svn-id: trunk@40132 -
This commit is contained in:
parent
d863aa74b1
commit
640bfca4a6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user