summaryrefslogtreecommitdiff
path: root/vendor/bundle/ruby/3.4.0/gems/rouge-4.5.2/lib/rouge/demos/postscript
blob: 377753d99556f80209dd1454e31fb69c23494539 (plain)
1
2
3
4
5
6
7
8
9
%!PS
/Courier             % name the desired font
20 selectfont        % choose the size in points and establish
                     % the font as the current one
72 500 moveto        % position the current point at
                     % coordinates 72, 500 (the origin is at the
                     % lower-left corner of the page)
(Hello world!) show  % stroke the text in parentheses
showpage             % print all on the page