/usr/share/ghostscript/Resource/Init
NameSizeModeActions
cidfmap21560644editdlrm
FAPIcidfmap14830644editdlrm
FAPIconfig8150644editdlrm
FAPIfontmap14680644editdlrm
FCOfontmap-PCLPS228570644editdlrm
Fontmap1090644editdlrm
Fontmap.GS129290644editdlrm
gs_agl.ps2180210644editdlrm
gs_btokn.ps127650644editdlrm
gs_cet.ps49640644editdlrm
gs_cff.ps69690644editdlrm
gs_cidcm.ps168270644editdlrm
gs_ciddc.ps85050644editdlrm
gs_cidfm.ps80690644editdlrm
gs_cidfn.ps145470644editdlrm
gs_cidtt.ps58470644editdlrm
gs_cmap.ps184440644editdlrm
gs_cspace.ps40590644editdlrm
gs_dbt_e.ps21340644editdlrm
gs_diskn.ps68670644editdlrm
gs_dps1.ps47560644editdlrm
gs_dps2.ps87710644editdlrm
gs_dscp.ps39380644editdlrm
gs_epsf.ps121610644editdlrm
gs_fapi.ps156110644editdlrm
gs_fntem.ps113890644editdlrm
gs_fonts.ps485310644editdlrm
gs_frsd.ps37800644editdlrm
gs_icc.ps31040644editdlrm
gs_il1_e.ps27220644editdlrm
gs_img.ps239980644editdlrm
gs_init.ps945720644editdlrm
gs_lev2.ps438500644editdlrm
gs_ll3.ps195720644editdlrm
gs_mex_e.ps38430644editdlrm
gs_mgl_e.ps21810644editdlrm
gs_mro_e.ps25060644editdlrm
gs_pdfwr.ps321790644editdlrm
gs_pdf_e.ps15560644editdlrm
gs_res.ps424500644editdlrm
gs_resmp.ps224820644editdlrm
gs_setpd.ps384870644editdlrm
gs_statd.ps178510644editdlrm
gs_std_e.ps31430644editdlrm
gs_sym_e.ps31040644editdlrm
gs_trap.ps29460644editdlrm
gs_ttf.ps661730644editdlrm
gs_typ32.ps45600644editdlrm
gs_typ42.ps20960644editdlrm
gs_type1.ps125430644editdlrm
gs_wan_e.ps15630644editdlrm
pdf_base.ps608150644editdlrm
pdf_draw.ps1887230644editdlrm
pdf_font.ps983780644editdlrm
pdf_main.ps1439070644editdlrm
pdf_ops.ps758780644editdlrm
pdf_rbld.ps204800644editdlrm
pdf_sec.ps278650644editdlrm
xlatmap17670644editdlrm
Edit: /usr/share/ghostscript/Resource/Init/xlatmap (1767B)
% xlatmap - the map of translation tables for various kinds of fonts. % % It specifies Decoding resources to be used with FAPI-handled fonts. % If a font contains multiple character mapping tables, this gives % priorities for choosing a specific table from the font according to % the order of entries of this map. % This file is intended to be customized by users. Please keep the % obvious format of this file. Strings and names must not be empty % and must not contain null ('\0') characters. % The map contains entries for each kind of font being handled by % any font rendering plugin. The key of an entry is the font type % and the value is array of pairs. % The first element of pair is a string which encodes identifier of % character mapping table. The format of the first element depends % on the font type, and should be recognized by the font rendering % plugins. The second element is name of the Decoding resource. If % that resource is not available, definefont will fail. Note that % currently we supply insufficient decoding resources, as well as % insufficient entries in this map. /TrueType [ % Each entry is pair : % a string PlatformID.SpecificID and a name of Decoding resource. (3.0) /Symbol % Symbol (3.1) /Unicode % Unicode (3.2) /ShiftJIS % Japanese (3.3) /PRC % Simplified Chinese, GB2312 (3.4) /Big5 % Traditional Chinese (3.5) /Wansung % Korean (3.6) /Johab % Korean (3.10) /UCS-4 % UCS-4 % todo : add more entries ] /PostScript [ % Since PostScript fonts were designed especially for PostScript, (*) /Unicode % fixme : other charsets ] /Intellifont [ (*) /FCO_Unicode % fixme : other charsets ] /Microtype [ (*) /FCO_Unicode % FCOfontmap may may overwrite this for a specific font. ]