mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:19:37 +02:00
CairoProg example: cleanup
git-svn-id: trunk@47685 -
This commit is contained in:
parent
6f0e7b8208
commit
7a1e890dab
@ -39,7 +39,6 @@
|
||||
<Unit0>
|
||||
<Filename Value="cairoprog.lpr"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="cairoprog"/>
|
||||
</Unit0>
|
||||
</Units>
|
||||
</ProjectOptions>
|
||||
|
@ -20,7 +20,6 @@ begin
|
||||
PrinterCanvas.Font.Height := 24;
|
||||
PrinterCanvas.TextOut(50, 150, 'abcdefghijklmnopqrstuvwxyzåäö');
|
||||
WriteLn('Written file ' + PrinterCanvas.OutputFileName);
|
||||
ReadLn;
|
||||
finally
|
||||
PrinterCanvas.Free;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user