Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 40b11ad71f6b27886b86ddbb58d20bcc > files > 3

fonts-chinese-3.02-12.el5.src.rpm

%!
% The map is a set of records like this :
%
%  /CIDfont_name options_dict ;
%
% where options_dict is a dictionary with the following entries :
%
% Key         Type      Description
% Path        string    Absolute path to font file, or relative path to font file from
%                       the GS_EXTFONTPATH value.
% CIDFontType integer   PostScript type for this CID font. Only 0 is currently allowed.
%                       Note that this is unrelated to the real type of the font file -
%                       the bridge will perform format conversion.
% FAPI        name      Name of the renderer to be used with the font. /AgfaUFST and
%                       /FreeType is now allowed -- depends on which options Ghostscript
%                       was built with.
% SubfontId   integer   (optional) Index of the font in font collection, such as FCO or TTC.
%                       It is being ignored if /Path doesn't specify a collection.
% CSI         array     Must have strongly 2 elements.
%                       The first element of the array specifies Ordering of CIDSystemInfo.
%                       The second element specifies Supplement of CIDSystemInfo.
%
% Use regular Postscript syntax.
%
/BousungEG-Light-GB	<< /Path (/usr/share/fonts/chinese/TrueType/uming.ttf) /CIDFontType 0 /FAPI /FreeType /CSI [(GB1) 4] >> ;
/GBZenKai-Medium	<< /Path (/usr/share/fonts/chinese/TrueType/ukai.ttf) /CIDFontType 0 /FAPI /FreeType /CSI [(GB1) 4] >> ;
%
/MSungGBK-Light		<< /Path (/usr/share/fonts/chinese/TrueType/uming.ttf) /CIDFontType 0 /FAPI /FreeType /CSI [(GB1) 4] >> ;
/Adobe-GB1		<< /Path (/usr/share/fonts/chinese/TrueType/uming.ttf) /CIDFontType 0 /FAPI /FreeType /CSI [(GB1) 4] >> ;