readme

来自「这是一个同样来自贝尔实验室的和UNIX有着渊源的操作系统, 其简洁的设计和实现易」· 代码 · 共 22 行

TXT
22
字号
BGI (Basic Graphical Instructions) to PostScript translator. Probablynot useful outside the Computer Centers. Added code to tie lines todevice space coordinates. Helps eliminate variations in line widthsnoticeable when users selected a non-zero linewidth with the -w option.Much that was omitted from early versions of the program has beenimplemented. What's in place will handle most STARE (black and white)and PRISM (color) BGI jobs. PRISM jobs often fill regions with color,and need require device specific tuning to get things just right. Aneasy solution is add "-P/prism true def" option to the postbgi commandline when you translate PRISM jobs.A typical command line for STARE jobs would be,	postbgi file >file.pswhile for PRISM jobs use,	postbgi -P"/prism true def" file >file.ps

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?