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