mirror of
git://slackware.nl/current.git
synced 2024-12-27 09:59:16 +01:00
646a5c1cbf
a/pkgtools-15.0-noarch-13.txz: Rebuilt. installpkg: default line length for --terselength is the number of columns. removepkg: added --terse mode. upgradepkg: default line length for --terselength is the number of columns. upgradepkg: accept -option in addition to --option. ap/vim-8.1.0026-x86_64-1.txz: Upgraded. d/bison-3.0.5-x86_64-1.txz: Upgraded. e/emacs-26.1-x86_64-1.txz: Upgraded. kde/kopete-4.14.3-x86_64-8.txz: Rebuilt. Recompiled against libidn-1.35. n/conntrack-tools-1.4.5-x86_64-1.txz: Upgraded. n/libnetfilter_conntrack-1.0.7-x86_64-1.txz: Upgraded. n/libnftnl-1.1.0-x86_64-1.txz: Upgraded. n/links-2.16-x86_64-2.txz: Rebuilt. Rebuilt to enable X driver for -g mode. n/lynx-2.8.9dev.19-x86_64-1.txz: Upgraded. n/nftables-0.8.5-x86_64-1.txz: Upgraded. n/p11-kit-0.23.11-x86_64-1.txz: Upgraded. n/ulogd-2.0.7-x86_64-1.txz: Upgraded. n/whois-5.3.1-x86_64-1.txz: Upgraded. xap/network-manager-applet-1.8.12-x86_64-1.txz: Upgraded. xap/vim-gvim-8.1.0026-x86_64-1.txz: Upgraded.
137 lines
6.6 KiB
Text
137 lines
6.6 KiB
Text
%!
|
|
% This is a sample map file for CIDFont category.
|
|
|
|
%
|
|
% The map is a set of records, which must use one of the two formats :
|
|
%
|
|
% 1. A substutution of a CIDFont font with another CIDFont :
|
|
%
|
|
% /substituted /original ;
|
|
%
|
|
% Where 'substituted' is a name being used in a document,
|
|
% 'original' is a name of an available resource.
|
|
%
|
|
% 2. A substutution of a CIDFont font with a True Type font :
|
|
%
|
|
% /substituted << /FileType /TrueType /Path (path) /SubfontID 1 /CSI [(ordering) supplement] >> ;
|
|
%
|
|
% Where 'substituted' is a name being used in a document,
|
|
% 'path' is a path to a True Type font file,
|
|
% 'ordering' is a value of Ordering required for CIDSystemInfo dictionary,
|
|
% 'supplement' is a value of Supplement required for CIDSystemInfo dictionary.
|
|
% 'SubfontID' is the index of the desired font in a TTC - ignored if the target is not a TTC.
|
|
%
|
|
% The Ordering, and Registry (if present) entries should be PostScript string types
|
|
% ie enclosed in parentheses, not PostScript name type (initial character '/'). See
|
|
% gs/doc/Use.htm#CIDFontSubstitution
|
|
%
|
|
% Alternatively:
|
|
% (substituted name) << /FileType /TrueType /Path (path) /SubfontID 1 /CSI [(ordering) supplement] >> ;
|
|
%
|
|
% This is where the CIDFont name in the document contains a space character. Using a string instead of a name
|
|
% allows this work - Ghostscript will internally convert the key string with a space to a name.
|
|
%
|
|
%
|
|
% Examples :
|
|
%
|
|
% /ShinGo-Bold /HeiseiKakuGo-W5 ;
|
|
% /Ryumin-Medium << /FileType /TrueType /Path (H:/AuxFiles/Fonts/BATANG.TTC) /SubfontID 3 /CSI [(Japan1) 2] >> ;
|
|
% /Ryumin-Medium << /FileType /TrueType /Path (windir) getenv not {(c:/windows)}if (/Fonts/BATANG.TTC)concatstrings /SubfontID 3 /CSI [(Japan1) 2] >> ;
|
|
%
|
|
% NOTE: getenv returns a boolean to indicate success of or failure, as well as the value on success. In the example, it uses this
|
|
% to include a default value should getenv fail.
|
|
%
|
|
% (Century Gothic) << /FileType /TrueType /Path (/usr/share/fonts/truetype/fonts-japanese-gothic.ttf) /CSI [(Identity) 1] >> ;
|
|
%
|
|
% Note the use of a string to cope with the name containing a space.
|
|
%
|
|
|
|
|
|
%% cidfmap.zh_CN (simplified Chinese ; zh_CN)
|
|
%% This font will produce better results than the wqy-zenhei.ttc that we use
|
|
%% to get out-of-the-box output.
|
|
%% If you install it, uncomment the line below and comment the one below that.
|
|
%/BousungEG-Light-GB << /FileType /TrueType /Path (uming.ttf) /CSI [(GB1) 4] >> ;
|
|
/BousungEG-Light-GB << /FileType /TrueType /Path (wqy-zenhei.ttc) /CSI [(GB1) 4] >> ;
|
|
%% This font will produce better results than the wqy-zenhei.ttc that we use
|
|
%% to get out-of-the-box output.
|
|
%% If you install it, uncomment the line below and comment the one below that.
|
|
%/GBZenKai-Medium << /FileType /TrueType /Path (ukai.ttf) /CSI [(GB1) 4] >> ;
|
|
/GBZenKai-Medium << /FileType /TrueType /Path (wqy-zenhei.ttc) /CSI [(GB1) 4] >> ;
|
|
/MSungGBK-Light << /FileType /TrueType /Path (wqy-zenhei.ttc) /CSI [(GB1) 4] >> ;
|
|
/MSung-Light /MSungGBK-Light ;
|
|
/MSung-Medium /GBZenKai-Medium ;
|
|
/MHei-Medium /BousungEG-Light-GB ;
|
|
/MKai-Medium /GBZenKai-Medium ;
|
|
/STSong-Light /BousungEG-Light-GB ;
|
|
/STFangsong-Light /BousungEG-Light-GB ;
|
|
/STHeiti-Regular /MSungGBK-Light ;
|
|
/STKaiti-Regular /GBZenKai-Medium ;
|
|
/Adobe-GB1 /BousungEG-Light-GB ;
|
|
|
|
%% cidfmap.zh_TW (traditional Chinese ; zh_TW)
|
|
%% To use this example, install the missing uming.ttf and ukai.ttf fonts, and
|
|
%% uncomment everything in the block below. Also, fix the simplified Chinese
|
|
%% block as described above for "better output" so that there is no
|
|
%% interference (or comment the whole block out).
|
|
%/BousungEG-Light-GB << /FileType /TrueType /Path (uming.ttf) /CSI [(CNS1) 4] >> ;
|
|
%/ZenKai-Medium << /FileType /TrueType /Path (ukai.ttf) /CSI [(CNS1) 4] >> ;
|
|
%/ShanHeiSun-Light << /FileType /TrueType /Path (wqy-zenhei.ttc) /CSI [(CNS1) 4] >> ;
|
|
%/STSong-Light /BousungEG-Light-GB ;
|
|
%/STKaiti-Regular /ZenKai-Medium-GB ;
|
|
%/STFangsong-Light /BousungEG-Light ;
|
|
%/STHeiti-Regular /MHei-Medium ;
|
|
%/MSung-Light /BousungEG-Light-GB ;
|
|
%/MSung-Medium /ZenKai-Medium ;
|
|
%/MHei-Medium /ShanHeiSun-Light ;
|
|
%/MKai-Medium /ZenKai-Medium ;
|
|
%/Adobe-CNS1 /BousungEG-Light-GB ;
|
|
|
|
%% cidfmap.ja
|
|
/Sazanami-Gothic << /FileType /TrueType /Path (sazanami-gothic.ttf) /CSI [(Japan1) 6] >> ;
|
|
/Sazanami-Gothic-Regular /Sazanami-Gothic ;
|
|
/Sazanami-Gothic-JaH << /FileType /TrueType /Path (sazanami-gothic.ttf) /CSI [(Japan2) 0] >> ;
|
|
/Sazanami-Gothic-Regular-JaH /Sazanami-Gothic-JaH ;
|
|
/Sazanami-Mincho << /FileType /TrueType /Path (sazanami-mincho.ttf) /CSI [(Japan1) 6] >> ;
|
|
/Sazanami-Mincho-Regular /Sazanami-Mincho ;
|
|
/Sazanami-Mincho-JaH << /FileType /TrueType /Path (sazanami-mincho.ttf) /CSI [(Japan2) 0] >> ;
|
|
/Sazanami-Mincho-Regular-JaH /Sazanami-Mincho-JaH ;
|
|
/Ryumin-Light /Sazanami-Mincho ;
|
|
/Ryumin-Light-H /Sazanami-Mincho ;
|
|
/GothicBBB-Medium /Sazanami-Gothic ;
|
|
/GothicBBB-Medium-V /Sazanami-Gothic ;
|
|
/HeiseiMin-W3 /Ryumin-Light ;
|
|
/HeiseiKakuGo-W5 /GothicBBB-Medium ;
|
|
/HeiseiMin-W3-Acro /Ryumin-Light ;
|
|
/HeiseiKaKuGo-W5-Acro /GothicBBB-Medium ;
|
|
/Kochi-Gothic /Sazanami-Gothic ;
|
|
/Kochi-Mincho /Sazanami-Mincho ;
|
|
/WadaMin-Regular /Sazanami-Mincho ;
|
|
/WadaMin-Bold /Sazanami-Mincho ;
|
|
/WadaGo-Regular /Sazanami-Gothic ;
|
|
/WadaGo-Bold /Sazanami-Gothic ;
|
|
/Adobe-Japan1 /Sazanami-Gothic ;
|
|
/Adobe-Japan2 /Sazanami-Gothic-JaH ;
|
|
|
|
%% cidfmap.ko
|
|
%% To enable Korean printing support, install the fonts shown in the example
|
|
%% here and uncomment the block below:
|
|
%/Baekmuk-Batang << /FileType /TrueType /Path (batang.ttf) /CSI [(Korea1) 2] >> ;
|
|
%/Baekmuk-Batang-Regular /Baekmuk-Batang ;
|
|
%/Baekmuk-Dotum << /FileType /TrueType /Path (dotum.ttf) /CSI [(Korea1) 2] >> ;
|
|
%/Baekmuk-Dotum-Regular /Baekmuk-Dotum ;
|
|
%/Baekmuk-Gulim << /FileType /TrueType /Path (gulim.ttf) /CSI [(Korea1) 2] >> ;
|
|
%/Baekmuk-Gulim-Regular /Baekmuk-Gulim ;
|
|
%/Baekmuk-Headline << /FileType /TrueType /Path (hline.ttf) /CSI [(Korea1) 2] >> ;
|
|
%/Baekmuk-Headline-Regular /Baekmuk-Headline ;
|
|
%/Adobe-Korea1 /Baekmuk-Batang ;
|
|
|
|
%/BousungEG-Light-GB << /FileType /TrueType /Path (uming.ttf) /CSI [(GB1) 4] >> ;
|
|
%/GBZenKai-Medium << /FileType /TrueType /Path (ukai.ttf) /CSI [(GB1) 4] >> ;
|
|
%/MSungGBK-Light /BousungEG-Light-GB ;
|
|
%/Adobe-GB1 /BousungEG-Light-GB ;
|
|
|
|
%/ZenKai-Medium << /FileType /TrueType /Path (ukai.ttf) /CSI [(CNS1) 4] >> ;
|
|
%/ShanHeiSun-Light << /FileType /TrueType /Path (uming.ttf) /CSI [(CNS1) 4] >> ;
|
|
%/Adobe-CNS1 /ShanHeiSun-Light ;
|
|
|