CairoProg example: cleanup

git-svn-id: trunk@47685 -
This commit is contained in:
juha 2015-02-10 17:23:25 +00:00
parent 6f0e7b8208
commit 7a1e890dab
2 changed files with 0 additions and 2 deletions

View File

@ -39,7 +39,6 @@
<Unit0>
<Filename Value="cairoprog.lpr"/>
<IsPartOfProject Value="True"/>
<UnitName Value="cairoprog"/>
</Unit0>
</Units>
</ProjectOptions>

View File

@ -20,7 +20,6 @@ begin
PrinterCanvas.Font.Height := 24;
PrinterCanvas.TextOut(50, 150, 'abcdefghijklmnopqrstuvwxyzåäö');
WriteLn('Written file ' + PrinterCanvas.OutputFileName);
ReadLn;
finally
PrinterCanvas.Free;
end;