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