hello.ps
来自「UNIX环境高级编程 配套源代码 欢迎大家下载哦」· PS 代码 · 共 8 行
PS
8 行
%!/Times-Roman findfont15 scalefont % point size of 15setfont % establish current font300 350 moveto % x=300, y=350 (position on page)(hello, world) show % output the string to current pageshowpage % and output page to output device
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?