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

📄 encodefont.ps

📁 <B>Digital的Unix操作系统VAX 4.2源码</B>
💻 PS
字号:
%% /newfont encoding /basefont `encodefont' newfont% % Note that the encoding is actually an array, not the name of an array./encodefont {    findfont dup			% Get the old font dict    maxlength dict begin		% Make a new one just as big    {	1 index /FID ne			% Copy everything but FID	{   def	}	{   pop pop }	ifelse	}    forall    /Encoding exch def			% Install the new encoding    dup	/FontName exch def		% new font dict is still current.    currentdict definefont		% Create the new font.    end} bind def% Sample use:% /CourierI ISOLatin1Encoding /Courier encodefont pop

⌨️ 快捷键说明

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