~brian-sidebotham/wxwidgets-cmake/wxpython-2.9.4

« back to all changes in this revision

Viewing changes to wxPython/wx/tools/Editra/tests/syntax/postscript.ps

  • Committer: Brian Sidebotham
  • Date: 2013-08-03 14:30:08 UTC
  • Revision ID: brian.sidebotham@gmail.com-20130803143008-c7806tkych1tp6fc
Initial import into Bazaar

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%!PS
 
2
% Syntax Highlighting Test File for Postscript
 
3
% Comments are like this
 
4
% Hello World in Postscript
 
5
1.00000 0.99083 scale
 
6
/Courier findfont 12 scalefont setfont
 
7
0 0 translate
 
8
/row 769 def
 
9
85 {/col 18 def 6 {col row moveto (Hello World)show /col col 90 add def}
 
10
repeat /row row 9 sub def} repeat
 
11
showpage save restore