File: xlatmap

package info (click to toggle)
ghostscript 8.62.dfsg.1-3.2lenny5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 55,332 kB
  • ctags: 73,646
  • sloc: ansic: 505,865; sh: 34,002; python: 4,917; cpp: 3,961; asm: 3,565; ada: 1,681; tcl: 1,469; pascal: 1,089; makefile: 885; cs: 879; lisp: 407; xml: 263; perl: 158; awk: 66; yacc: 15
file content (49 lines) | stat: -rw-r--r-- 1,793 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
% 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.

% $Id: xlatmap 6797 2006-05-23 07:13:03Z leonardo $

% 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
  % 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.
]