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

📄 gs_ksb_e.ps

📁 GhostScript的源代码
💻 PS
字号:
%    Copyright (C) 1994 Aladdin Enterprises.  All rights reserved.
% 
% This file is part of Aladdin Ghostscript.
% 
% Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
% or distributor accepts any responsibility for the consequences of using it,
% or for whether it serves any particular purpose or works at all, unless he
% or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
% License (the "License") for full details.
% 
% Every copy of Aladdin Ghostscript must include a copy of the License,
% normally in a plain ASCII text file named PUBLIC.  The License grants you
% the right to copy, modify and redistribute Aladdin Ghostscript, but only
% under certain conditions described in the License.  Among other things, the
% License requires that the copyright notice and this notice be preserved on
% all copies.

% $Id: gs_ksb_e.ps $
% Define the KanjiSub encoding vector.
/currentglobal where
 { pop currentglobal { setglobal } true setglobal }
 { { } }
ifelse
/KanjiSubEncoding
%\x00
    /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
    /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
    /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
    /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%\x20
    /.notdef /c21     /c22     /c23     /c24     /c25     /c26     /c27
    /c28     /c29     /c2A     /c2B     /c2C     /c2D     /c2E     /c2F
    /c30     /c31     /c32     /c33     /c34     /c35     /c36     /c37
    /c38     /c39     /c3A     /c3B     /c3C     /c3D     /c3E     /c3F
%\x40
    /c40     /c41     /c42     /c43     /c44     /c45     /c46     /c47
    /c48     /c49     /c4A     /c4B     /c4C     /c4D     /c4E     /c4F
    /c50     /c51     /c52     /c53     /c54     /c55     /c56     /c57
    /c58     /c59     /c5A     /c5B     /c5C     /c5D     /c5E     /c5F
%\x60
    /c60     /c61     /c62     /c63     /c64     /c65     /c66     /c67
    /c68     /c69     /c6A     /c6B     /c6C     /c6D     /c6E     /c6F
    /c70     /c71     /c72     /c73     /c74     /c75     /c76     /c77
    /c78     /c79     /c7A     /c7B     /c7C     /c7D     /c7E     /.notdef
%\x80
    /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
    /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
    /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
    /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%\xA0
    /.notdef /c21     /c22     /c23     /c24     /c25     /c26     /c27
    /c28     /c29     /c2A     /c2B     /c2C     /c2D     /c2E     /c2F
    /c30     /c31     /c32     /c33     /c34     /c35     /c36     /c37
    /c38     /c39     /c3A     /c3B     /c3C     /c3D     /c3E     /c3F
%\xC0
    /c40     /c41     /c42     /c43     /c44     /c45     /c46     /c47
    /c48     /c49     /c4A     /c4B     /c4C     /c4D     /c4E     /c4F
    /c50     /c51     /c52     /c53     /c54     /c55     /c56     /c57
    /c58     /c59     /c5A     /c5B     /c5C     /c5D     /c5E     /c5F
%\xE0
    /c60     /c61     /c62     /c63     /c64     /c65     /c66     /c67
    /c68     /c69     /c6A     /c6B     /c6C     /c6D     /c6E     /c6F
    /c70     /c71     /c72     /c73     /c74     /c75     /c76     /c77
    /c78     /c79     /c7A     /c7B     /c7C     /c7D     /c7E     /.notdef
256 packedarray .defineencoding
exec

⌨️ 快捷键说明

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