⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lps_setoutputtray

📁 <B>Digital的Unix操作系统VAX 4.2源码</B>
💻
字号:
% LPS$$SETOUTPUTTRAY device control library module.% Version V1.0%% Copyright ) 1986 by DEC, Maynard, Mass.  All rights reserved.% This module can be in one of two dictionary contexts depending on how% it is used:% For the user's file, it will be in lps$lpsdict, as set up in LPS$$LOADDICT.PS% For the job log and trailer, it will be in a standard PostScript environment,% i.e. userdict.%% This module expects the output tray name to be on the stack.    /lps$output-tray exch def	% Store tray name.% Table for Output_tray%    /output-tray-dict 3 dict def    statusdict begin			% To insure finding `setoutputtray'.      output-tray-dict begin        /face_up  {2 setoutputtray} bind def        /side     {1 setoutputtray} bind def        /top      {3 setoutputtray} bind def	lps$output-tray load exec        end      end

⌨️ 快捷键说明

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