File Coverage

blib/lib/PDF/Builder/Resource/Font/CoreFont/symbol.pm
Criterion Covered Total %
statement 7 7 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod 0 1 0.0
total 10 11 90.9


line stmt bran cond sub pod time code
1             package PDF::Builder::Resource::Font::CoreFont::symbol;
2              
3 2     2   1194 use strict;
  2         5  
  2         86  
4 2     2   11 use warnings;
  2         4  
  2         2536  
5              
6             our $VERSION = '3.028'; # VERSION
7             our $LAST_UPDATE = '3.028'; # manually update whenever code is changed
8              
9             =head1 NAME
10              
11             PDF::Builder::Resource::Font::CoreFont::symbol - Font-specific information for the Symbol font
12              
13             =cut
14              
15             sub data { return {
16 1     1 0 204 'fontname' => 'Symbol',
17             'type' => 'Type1',
18             'apiname' => 'Sym',
19             'ascender' => '600', # not defined in Adobe metrics
20             'capheight' => '600', # not defined in Adobe metrics
21             'descender' => '-200', # not defined in Adobe metrics
22             'iscore' => '1',
23             'isfixedpitch' => '0',
24             'issymbol' => '1',
25             'italicangle' => '0',
26             'stdhw' => '92',
27             'stdvw' => '85',
28             'underlineposition' => '-100',
29             'underlinethickness' => '50',
30             'xheight' => '450', # not defined in Adobe metrics
31             'firstchar' => '32',
32             'lastchar' => '255',
33             'char' => [ # DEF. ENCODING GLYPH TABLE
34             '.notdef', # C+0x00 # U+0x0000
35             '.notdef', # C+0x01 # U+0x0000
36             '.notdef', # C+0x02 # U+0x0000
37             '.notdef', # C+0x03 # U+0x0000
38             '.notdef', # C+0x04 # U+0x0000
39             '.notdef', # C+0x05 # U+0x0000
40             '.notdef', # C+0x06 # U+0x0000
41             '.notdef', # C+0x07 # U+0x0000
42             '.notdef', # C+0x08 # U+0x0000
43             '.notdef', # C+0x09 # U+0x0000
44             '.notdef', # C+0x0A # U+0x0000
45             '.notdef', # C+0x0B # U+0x0000
46             '.notdef', # C+0x0C # U+0x0000
47             '.notdef', # C+0x0D # U+0x0000
48             '.notdef', # C+0x0E # U+0x0000
49             '.notdef', # C+0x0F # U+0x0000
50             '.notdef', # C+0x10 # U+0x0000
51             '.notdef', # C+0x11 # U+0x0000
52             '.notdef', # C+0x12 # U+0x0000
53             '.notdef', # C+0x13 # U+0x0000
54             '.notdef', # C+0x14 # U+0x0000
55             '.notdef', # C+0x15 # U+0x0000
56             '.notdef', # C+0x16 # U+0x0000
57             '.notdef', # C+0x17 # U+0x0000
58             '.notdef', # C+0x18 # U+0x0000
59             '.notdef', # C+0x19 # U+0x0000
60             '.notdef', # C+0x1A # U+0x0000
61             '.notdef', # C+0x1B # U+0x0000
62             '.notdef', # C+0x1C # U+0x0000
63             '.notdef', # C+0x1D # U+0x0000
64             '.notdef', # C+0x1E # U+0x0000
65             '.notdef', # C+0x1F # U+0x0000
66             'space', # C+0x20 # U+0xF020
67             'exclam', # C+0x21 # U+0xF021
68             'universal', # C+0x22 # U+0xF022
69             'numbersign', # C+0x23 # U+0xF023
70             'existential', # C+0x24 # U+0xF024
71             'percent', # C+0x25 # U+0xF025
72             'ampersand', # C+0x26 # U+0xF026
73             'suchthat', # C+0x27 # U+0xF027
74             'parenleft', # C+0x28 # U+0xF028
75             'parenright', # C+0x29 # U+0xF029
76             'asteriskmath', # C+0x2A # U+0xF02A
77             'plus', # C+0x2B # U+0xF02B
78             'comma', # C+0x2C # U+0xF02C
79             'minus', # C+0x2D # U+0xF02D
80             'period', # C+0x2E # U+0xF02E
81             'slash', # C+0x2F # U+0xF02F
82             'zero', # C+0x30 # U+0xF030
83             'one', # C+0x31 # U+0xF031
84             'two', # C+0x32 # U+0xF032
85             'three', # C+0x33 # U+0xF033
86             'four', # C+0x34 # U+0xF034
87             'five', # C+0x35 # U+0xF035
88             'six', # C+0x36 # U+0xF036
89             'seven', # C+0x37 # U+0xF037
90             'eight', # C+0x38 # U+0xF038
91             'nine', # C+0x39 # U+0xF039
92             'colon', # C+0x3A # U+0xF03A
93             'semicolon', # C+0x3B # U+0xF03B
94             'less', # C+0x3C # U+0xF03C
95             'equal', # C+0x3D # U+0xF03D
96             'greater', # C+0x3E # U+0xF03E
97             'question', # C+0x3F # U+0xF03F
98             'congruent', # C+0x40 # U+0xF040
99             'Alpha', # C+0x41 # U+0xF041
100             'Beta', # C+0x42 # U+0xF042
101             'Chi', # C+0x43 # U+0xF043
102             'Delta', # C+0x44 # U+0xF044
103             'Epsilon', # C+0x45 # U+0xF045
104             'Phi', # C+0x46 # U+0xF046
105             'Gamma', # C+0x47 # U+0xF047
106             'Eta', # C+0x48 # U+0xF048
107             'Iota', # C+0x49 # U+0xF049
108             'theta1', # C+0x4A # U+0xF04A
109             # variant 'theta'
110             'Kappa', # C+0x4B # U+0xF04B
111             'Lambda', # C+0x4C # U+0xF04C
112             'Mu', # C+0x4D # U+0xF04D
113             'Nu', # C+0x4E # U+0xF04E
114             'Omicron', # C+0x4F # U+0xF04F
115             'Pi', # C+0x50 # U+0xF050
116             'Theta', # C+0x51 # U+0xF051
117             'Rho', # C+0x52 # U+0xF052
118             'Sigma', # C+0x53 # U+0xF053
119             'Tau', # C+0x54 # U+0xF054
120             'Upsilon', # C+0x55 # U+0xF055
121             'sigma1', # C+0x56 # U+0xF056
122             # a.k.a. 'terminal sigma'
123             'Omega', # C+0x57 # U+0xF057
124             'Xi', # C+0x58 # U+0xF058
125             'Psi', # C+0x59 # U+0xF059
126             'Zeta', # C+0x5A # U+0xF05A
127             'bracketleft', # C+0x5B # U+0xF05B
128             'therefore', # C+0x5C # U+0xF05C
129             'bracketright', # C+0x5D # U+0xF05D
130             'perpendicular', # C+0x5E # U+0xF05E
131             'underscore', # C+0x5F # U+0xF05F
132             'radicalex', # C+0x60 # U+0xF060
133             'alpha', # C+0x61 # U+0xF061
134             'beta', # C+0x62 # U+0xF062
135             'chi', # C+0x63 # U+0xF063
136             'delta', # C+0x64 # U+0xF064
137             'epsilon', # C+0x65 # U+0xF065
138             'phi', # C+0x66 # U+0xF066
139             # 'phi' is actually the variant 'phi'
140             'gamma', # C+0x67 # U+0xF067
141             'eta', # C+0x68 # U+0xF068
142             'iota', # C+0x69 # U+0xF069
143             'phi1', # C+0x6A # U+0xF06A
144             # 'phi1' is actually the regular 'phi'
145             'kappa', # C+0x6B # U+0xF06B
146             'lambda', # C+0x6C # U+0xF06C
147             'mu', # C+0x6D # U+0xF06D
148             'nu', # C+0x6E # U+0xF06E
149             'omicron', # C+0x6F # U+0xF06F
150             'pi', # C+0x70 # U+0xF070
151             'theta', # C+0x71 # U+0xF071
152             'rho', # C+0x72 # U+0xF072
153             'sigma', # C+0x73 # U+0xF073
154             'tau', # C+0x74 # U+0xF074
155             'upsilon', # C+0x75 # U+0xF075
156             'omega1', # C+0x76 # U+0xF076
157             # omega1 is actually 'omega pi'
158             'omega', # C+0x77 # U+0xF077
159             'xi', # C+0x78 # U+0xF078
160             'psi', # C+0x79 # U+0xF079
161             'zeta', # C+0x7A # U+0xF07A
162             'braceleft', # C+0x7B # U+0xF07B
163             'bar', # C+0x7C # U+0xF07C
164             'braceright', # C+0x7D # U+0xF07D
165             'similar', # C+0x7E # U+0xF07E
166             '.notdef', # C+0x7F # U+0x0000
167             '.notdef', # C+0x80 # U+0x0000
168             '.notdef', # C+0x81 # U+0x0000
169             '.notdef', # C+0x82 # U+0x0000
170             '.notdef', # C+0x83 # U+0x0000
171             '.notdef', # C+0x84 # U+0x0000
172             '.notdef', # C+0x85 # U+0x0000
173             '.notdef', # C+0x86 # U+0x0000
174             '.notdef', # C+0x87 # U+0x0000
175             '.notdef', # C+0x88 # U+0x0000
176             '.notdef', # C+0x89 # U+0x0000
177             '.notdef', # C+0x8A # U+0x0000
178             '.notdef', # C+0x8B # U+0x0000
179             '.notdef', # C+0x8C # U+0x0000
180             '.notdef', # C+0x8D # U+0x0000
181             '.notdef', # C+0x8E # U+0x0000
182             '.notdef', # C+0x8F # U+0x0000
183             '.notdef', # C+0x90 # U+0x0000
184             '.notdef', # C+0x91 # U+0x0000
185             '.notdef', # C+0x92 # U+0x0000
186             '.notdef', # C+0x93 # U+0x0000
187             '.notdef', # C+0x94 # U+0x0000
188             '.notdef', # C+0x95 # U+0x0000
189             '.notdef', # C+0x96 # U+0x0000
190             '.notdef', # C+0x97 # U+0x0000
191             '.notdef', # C+0x98 # U+0x0000
192             '.notdef', # C+0x99 # U+0x0000
193             '.notdef', # C+0x9A # U+0x0000
194             '.notdef', # C+0x9B # U+0x0000
195             '.notdef', # C+0x9C # U+0x0000
196             '.notdef', # C+0x9D # U+0x0000
197             '.notdef', # C+0x9E # U+0x0000
198             '.notdef', # C+0x9F # U+0x0000
199             'Euro', # C+0xA0 # U+0xF0A0
200             'Upsilon1', # C+0xA1 # U+0xF0A1
201             # Upsilon variant (Upsilon with hook)
202             'minute', # C+0xA2 # U+0xF0A2
203             'lessequal', # C+0xA3 # U+0xF0A3
204             'fraction', # C+0xA4 # U+0xF0A4
205             'infinity', # C+0xA5 # U+0xF0A5
206             'florin', # C+0xA6 # U+0xF0A6
207             'club', # C+0xA7 # U+0xF0A7
208             'diamond', # C+0xA8 # U+0xF0A8
209             'heart', # C+0xA9 # U+0xF0A9
210             'spade', # C+0xAA # U+0xF0AA
211             'arrowboth', # C+0xAB # U+0xF0AB
212             'arrowleft', # C+0xAC # U+0xF0AC
213             'arrowup', # C+0xAD # U+0xF0AD
214             'arrowright', # C+0xAE # U+0xF0AE
215             'arrowdown', # C+0xAF # U+0xF0AF
216             'degree', # C+0xB0 # U+0xF0B0
217             'plusminus', # C+0xB1 # U+0xF0B1
218             'second', # C+0xB2 # U+0xF0B2
219             'greaterequal', # C+0xB3 # U+0xF0B3
220             'multiply', # C+0xB4 # U+0xF0B4
221             'proportional', # C+0xB5 # U+0xF0B5
222             'partialdiff', # C+0xB6 # U+0xF0B6
223             'bullet', # C+0xB7 # U+0xF0B7
224             'divide', # C+0xB8 # U+0xF0B8
225             'notequal', # C+0xB9 # U+0xF0B9
226             'equivalence', # C+0xBA # U+0xF0BA
227             'approxequal', # C+0xBB # U+0xF0BB
228             'ellipsis', # C+0xBC # U+0xF0BC
229             'arrowvertex', # C+0xBD # U+0xF0BD
230             'arrowhorizex', # C+0xBE # U+0xF0BE
231             'carriagereturn', # C+0xBF # U+0xF0BF
232             'aleph', # C+0xC0 # U+0xF0C0
233             'Ifraktur', # C+0xC1 # U+0xF0C1
234             'Rfraktur', # C+0xC2 # U+0xF0C2
235             'weierstrass', # C+0xC3 # U+0xF0C3
236             'circlemultiply', # C+0xC4 # U+0xF0C4
237             'circleplus', # C+0xC5 # U+0xF0C5
238             'emptyset', # C+0xC6 # U+0xF0C6
239             'intersection', # C+0xC7 # U+0xF0C7
240             'union', # C+0xC8 # U+0xF0C8
241             'propersuperset', # C+0xC9 # U+0xF0C9
242             'reflexsuperset', # C+0xCA # U+0xF0CA
243             'notsubset', # C+0xCB # U+0xF0CB
244             'propersubset', # C+0xCC # U+0xF0CC
245             'reflexsubset', # C+0xCD # U+0xF0CD
246             'element', # C+0xCE # U+0xF0CE
247             'notelement', # C+0xCF # U+0xF0CF
248             'angle', # C+0xD0 # U+0xF0D0
249             'gradient', # C+0xD1 # U+0xF0D1
250             'registerserif', # C+0xD2 # U+0xF0D2
251             'copyrightserif', # C+0xD3 # U+0xF0D3
252             'trademarkserif', # C+0xD4 # U+0xF0D4
253             'product', # C+0xD5 # U+0xF0D5
254             'radical', # C+0xD6 # U+0xF0D6
255             'dotmath', # C+0xD7 # U+0xF0D7
256             'logicalnot', # C+0xD8 # U+0xF0D8
257             'logicaland', # C+0xD9 # U+0xF0D9
258             'logicalor', # C+0xDA # U+0xF0DA
259             'arrowdblboth', # C+0xDB # U+0xF0DB
260             'arrowdblleft', # C+0xDC # U+0xF0DC
261             'arrowdblup', # C+0xDD # U+0xF0DD
262             'arrowdblright', # C+0xDE # U+0xF0DE
263             'arrowdbldown', # C+0xDF # U+0xF0DF
264             'lozenge', # C+0xE0 # U+0xF0E0
265             'angleleft', # C+0xE1 # U+0xF0E1
266             'registersans', # C+0xE2 # U+0xF0E2
267             'copyrightsans', # C+0xE3 # U+0xF0E3
268             'trademarksans', # C+0xE4 # U+0xF0E4
269             'summation', # C+0xE5 # U+0xF0E5
270             'parenlefttp', # C+0xE6 # U+0xF0E6
271             'parenleftex', # C+0xE7 # U+0xF0E7
272             'parenleftbt', # C+0xE8 # U+0xF0E8
273             'bracketlefttp', # C+0xE9 # U+0xF0E9
274             'bracketleftex', # C+0xEA # U+0xF0EA
275             'bracketleftbt', # C+0xEB # U+0xF0EB
276             'bracelefttp', # C+0xEC # U+0xF0EC
277             'braceleftmid', # C+0xED # U+0xF0ED
278             'braceleftbt', # C+0xEE # U+0xF0EE
279             'braceex', # C+0xEF # U+0xF0EF
280             '.notdef', # C+0xF0 # U+0x0000
281             'angleright', # C+0xF1 # U+0xF0F1
282             'integral', # C+0xF2 # U+0xF0F2
283             'integraltp', # C+0xF3 # U+0xF0F3
284             'integralex', # C+0xF4 # U+0xF0F4
285             'integralbt', # C+0xF5 # U+0xF0F5
286             'parenrighttp', # C+0xF6 # U+0xF0F6
287             'parenrightex', # C+0xF7 # U+0xF0F7
288             'parenrightbt', # C+0xF8 # U+0xF0F8
289             'bracketrighttp', # C+0xF9 # U+0xF0F9
290             'bracketrightex', # C+0xFA # U+0xF0FA
291             'bracketrightbt', # C+0xFB # U+0xF0FB
292             'bracerighttp', # C+0xFC # U+0xF0FC
293             'bracerightmid', # C+0xFD # U+0xF0FD
294             'bracerightbt', # C+0xFE # U+0xF0FE
295             'apple', # C+0xFF # U+0xF0FF
296             ], # DEF. ENCODING GLYPH TABLE
297             'fontbbox' => [ -180, -293, 1090, 1010 ],
298             'wx' => { # HORIZ. WIDTH TABLE
299             'space' => '250', # C+0x20 # U+0xF020
300             'exclam' => '333', # C+0x21 # U+0xF021
301             'universal' => '713', # C+0x22 # U+0xF022
302             'numbersign' => '500', # C+0x23 # U+0xF023
303             'existential' => '549', # C+0x24 # U+0xF024
304             'percent' => '833', # C+0x25 # U+0xF025
305             'ampersand' => '778', # C+0x26 # U+0xF026
306             'suchthat' => '439', # C+0x27 # U+0xF027
307             'parenleft' => '333', # C+0x28 # U+0xF028
308             'parenright' => '333', # C+0x29 # U+0xF029
309             'asteriskmath' => '500', # C+0x2A # U+0xF02A
310             'plus' => '549', # C+0x2B # U+0xF02B
311             'comma' => '250', # C+0x2C # U+0xF02C
312             'minus' => '549', # C+0x2D # U+0xF02D
313             'period' => '250', # C+0x2E # U+0xF02E
314             'slash' => '278', # C+0x2F # U+0xF02F
315             'zero' => '500', # C+0x30 # U+0xF030
316             'one' => '500', # C+0x31 # U+0xF031
317             'two' => '500', # C+0x32 # U+0xF032
318             'three' => '500', # C+0x33 # U+0xF033
319             'four' => '500', # C+0x34 # U+0xF034
320             'five' => '500', # C+0x35 # U+0xF035
321             'six' => '500', # C+0x36 # U+0xF036
322             'seven' => '500', # C+0x37 # U+0xF037
323             'eight' => '500', # C+0x38 # U+0xF038
324             'nine' => '500', # C+0x39 # U+0xF039
325             'colon' => '278', # C+0x3A # U+0xF03A
326             'semicolon' => '278', # C+0x3B # U+0xF03B
327             'less' => '549', # C+0x3C # U+0xF03C
328             'equal' => '549', # C+0x3D # U+0xF03D
329             'greater' => '549', # C+0x3E # U+0xF03E
330             'question' => '444', # C+0x3F # U+0xF03F
331             'congruent' => '549', # C+0x40 # U+0xF040
332             'Alpha' => '722', # C+0x41 # U+0xF041
333             'Beta' => '667', # C+0x42 # U+0xF042
334             'Chi' => '722', # C+0x43 # U+0xF043
335             'Delta' => '612', # C+0x44 # U+0xF044
336             'Epsilon' => '611', # C+0x45 # U+0xF045
337             'Phi' => '763', # C+0x46 # U+0xF046
338             'Gamma' => '603', # C+0x47 # U+0xF047
339             'Eta' => '722', # C+0x48 # U+0xF048
340             'Iota' => '333', # C+0x49 # U+0xF049
341             'theta1' => '631', # C+0x4A # U+0xF04A
342             'Kappa' => '722', # C+0x4B # U+0xF04B
343             'Lambda' => '686', # C+0x4C # U+0xF04C
344             'Mu' => '889', # C+0x4D # U+0xF04D
345             'Nu' => '722', # C+0x4E # U+0xF04E
346             'Omicron' => '722', # C+0x4F # U+0xF04F
347             'Pi' => '768', # C+0x50 # U+0xF050
348             'Theta' => '741', # C+0x51 # U+0xF051
349             'Rho' => '556', # C+0x52 # U+0xF052
350             'Sigma' => '592', # C+0x53 # U+0xF053
351             'Tau' => '611', # C+0x54 # U+0xF054
352             'Upsilon' => '690', # C+0x55 # U+0xF055
353             'sigma1' => '439', # C+0x56 # U+0xF056
354             'Omega' => '768', # C+0x57 # U+0xF057
355             'Xi' => '645', # C+0x58 # U+0xF058
356             'Psi' => '795', # C+0x59 # U+0xF059
357             'Zeta' => '611', # C+0x5A # U+0xF05A
358             'bracketleft' => '333', # C+0x5B # U+0xF05B
359             'therefore' => '863', # C+0x5C # U+0xF05C
360             'bracketright' => '333', # C+0x5D # U+0xF05D
361             'perpendicular' => '658', # C+0x5E # U+0xF05E
362             'underscore' => '500', # C+0x5F # U+0xF05F
363             'radicalex' => '500', # C+0x60 # U+0xF060
364             'alpha' => '631', # C+0x61 # U+0xF061
365             'beta' => '549', # C+0x62 # U+0xF062
366             'chi' => '549', # C+0x63 # U+0xF063
367             'delta' => '494', # C+0x64 # U+0xF064
368             'epsilon' => '439', # C+0x65 # U+0xF065
369             'phi' => '521', # C+0x66 # U+0xF066
370             'gamma' => '411', # C+0x67 # U+0xF067
371             'eta' => '603', # C+0x68 # U+0xF068
372             'iota' => '329', # C+0x69 # U+0xF069
373             'phi1' => '603', # C+0x6A # U+0xF06A
374             'kappa' => '549', # C+0x6B # U+0xF06B
375             'lambda' => '549', # C+0x6C # U+0xF06C
376             'mu' => '576', # C+0x6D # U+0xF06D
377             'nu' => '521', # C+0x6E # U+0xF06E
378             'omicron' => '549', # C+0x6F # U+0xF06F
379             'pi' => '549', # C+0x70 # U+0xF070
380             'theta' => '521', # C+0x71 # U+0xF071
381             'rho' => '549', # C+0x72 # U+0xF072
382             'sigma' => '603', # C+0x73 # U+0xF073
383             'tau' => '439', # C+0x74 # U+0xF074
384             'upsilon' => '576', # C+0x75 # U+0xF075
385             'omega1' => '713', # C+0x76 # U+0xF076
386             'omega' => '686', # C+0x77 # U+0xF077
387             'xi' => '493', # C+0x78 # U+0xF078
388             'psi' => '686', # C+0x79 # U+0xF079
389             'zeta' => '494', # C+0x7A # U+0xF07A
390             'braceleft' => '480', # C+0x7B # U+0xF07B
391             'bar' => '200', # C+0x7C # U+0xF07C
392             'braceright' => '480', # C+0x7D # U+0xF07D
393             'similar' => '549', # C+0x7E # U+0xF07E
394             'Euro' => '750', # C+0xA0 # U+0xF0A0
395             'Upsilon1' => '620', # C+0xA1 # U+0xF0A1
396             'minute' => '247', # C+0xA2 # U+0xF0A2
397             'lessequal' => '549', # C+0xA3 # U+0xF0A3
398             'fraction' => '167', # C+0xA4 # U+0xF0A4
399             'infinity' => '713', # C+0xA5 # U+0xF0A5
400             'florin' => '500', # C+0xA6 # U+0xF0A6
401             'club' => '753', # C+0xA7 # U+0xF0A7
402             'diamond' => '753', # C+0xA8 # U+0xF0A8
403             'heart' => '753', # C+0xA9 # U+0xF0A9
404             'spade' => '753', # C+0xAA # U+0xF0AA
405             'arrowboth' => '1042', # C+0xAB # U+0xF0AB
406             'arrowleft' => '987', # C+0xAC # U+0xF0AC
407             'arrowup' => '603', # C+0xAD # U+0xF0AD
408             'arrowright' => '987', # C+0xAE # U+0xF0AE
409             'arrowdown' => '603', # C+0xAF # U+0xF0AF
410             'degree' => '400', # C+0xB0 # U+0xF0B0
411             'plusminus' => '549', # C+0xB1 # U+0xF0B1
412             'second' => '411', # C+0xB2 # U+0xF0B2
413             'greaterequal' => '549', # C+0xB3 # U+0xF0B3
414             'multiply' => '549', # C+0xB4 # U+0xF0B4
415             'proportional' => '713', # C+0xB5 # U+0xF0B5
416             'partialdiff' => '494', # C+0xB6 # U+0xF0B6
417             'bullet' => '460', # C+0xB7 # U+0xF0B7
418             'divide' => '549', # C+0xB8 # U+0xF0B8
419             'notequal' => '549', # C+0xB9 # U+0xF0B9
420             'equivalence' => '549', # C+0xBA # U+0xF0BA
421             'approxequal' => '549', # C+0xBB # U+0xF0BB
422             'ellipsis' => '1000', # C+0xBC # U+0xF0BC
423             'arrowvertex' => '603', # C+0xBD # U+0xF0BD
424             'arrowhorizex' => '1000', # C+0xBE # U+0xF0BE
425             'carriagereturn' => '658', # C+0xBF # U+0xF0BF
426             'aleph' => '823', # C+0xC0 # U+0xF0C0
427             'Ifraktur' => '686', # C+0xC1 # U+0xF0C1
428             'Rfraktur' => '795', # C+0xC2 # U+0xF0C2
429             'weierstrass' => '987', # C+0xC3 # U+0xF0C3
430             'circlemultiply' => '768', # C+0xC4 # U+0xF0C4
431             'circleplus' => '768', # C+0xC5 # U+0xF0C5
432             'emptyset' => '823', # C+0xC6 # U+0xF0C6
433             'intersection' => '768', # C+0xC7 # U+0xF0C7
434             'union' => '768', # C+0xC8 # U+0xF0C8
435             'propersuperset' => '713', # C+0xC9 # U+0xF0C9
436             'reflexsuperset' => '713', # C+0xCA # U+0xF0CA
437             'notsubset' => '713', # C+0xCB # U+0xF0CB
438             'propersubset' => '713', # C+0xCC # U+0xF0CC
439             'reflexsubset' => '713', # C+0xCD # U+0xF0CD
440             'element' => '713', # C+0xCE # U+0xF0CE
441             'notelement' => '713', # C+0xCF # U+0xF0CF
442             'angle' => '768', # C+0xD0 # U+0xF0D0
443             'gradient' => '713', # C+0xD1 # U+0xF0D1
444             'registerserif' => '790', # C+0xD2 # U+0xF0D2
445             'copyrightserif' => '790', # C+0xD3 # U+0xF0D3
446             'trademarkserif' => '890', # C+0xD4 # U+0xF0D4
447             'product' => '823', # C+0xD5 # U+0xF0D5
448             'radical' => '549', # C+0xD6 # U+0xF0D6
449             'dotmath' => '250', # C+0xD7 # U+0xF0D7
450             'logicalnot' => '713', # C+0xD8 # U+0xF0D8
451             'logicaland' => '603', # C+0xD9 # U+0xF0D9
452             'logicalor' => '603', # C+0xDA # U+0xF0DA
453             'arrowdblboth' => '1042', # C+0xDB # U+0xF0DB
454             'arrowdblleft' => '987', # C+0xDC # U+0xF0DC
455             'arrowdblup' => '603', # C+0xDD # U+0xF0DD
456             'arrowdblright' => '987', # C+0xDE # U+0xF0DE
457             'arrowdbldown' => '603', # C+0xDF # U+0xF0DF
458             'lozenge' => '494', # C+0xE0 # U+0xF0E0
459             'angleleft' => '329', # C+0xE1 # U+0xF0E1
460             'registersans' => '790', # C+0xE2 # U+0xF0E2
461             'copyrightsans' => '790', # C+0xE3 # U+0xF0E3
462             'trademarksans' => '786', # C+0xE4 # U+0xF0E4
463             'summation' => '713', # C+0xE5 # U+0xF0E5
464             'parenlefttp' => '384', # C+0xE6 # U+0xF0E6
465             'parenleftex' => '384', # C+0xE7 # U+0xF0E7
466             'parenleftbt' => '384', # C+0xE8 # U+0xF0E8
467             'bracketlefttp' => '384', # C+0xE9 # U+0xF0E9
468             'bracketleftex' => '384', # C+0xEA # U+0xF0EA
469             'bracketleftbt' => '384', # C+0xEB # U+0xF0EB
470             'bracelefttp' => '494', # C+0xEC # U+0xF0EC
471             'braceleftmid' => '494', # C+0xED # U+0xF0ED
472             'braceleftbt' => '494', # C+0xEE # U+0xF0EE
473             'braceex' => '494', # C+0xEF # U+0xF0EF
474             'angleright' => '329', # C+0xF1 # U+0xF0F1
475             'integral' => '274', # C+0xF2 # U+0xF0F2
476             'integraltp' => '686', # C+0xF3 # U+0xF0F3
477             'integralex' => '686', # C+0xF4 # U+0xF0F4
478             'integralbt' => '686', # C+0xF5 # U+0xF0F5
479             'parenrighttp' => '384', # C+0xF6 # U+0xF0F6
480             'parenrightex' => '384', # C+0xF7 # U+0xF0F7
481             'parenrightbt' => '384', # C+0xF8 # U+0xF0F8
482             'bracketrighttp' => '384', # C+0xF9 # U+0xF0F9
483             'bracketrightex' => '384', # C+0xFA # U+0xF0FA
484             'bracketrightbt' => '384', # C+0xFB # U+0xF0FB
485             'bracerighttp' => '494', # C+0xFC # U+0xF0FC
486             'bracerightmid' => '494', # C+0xFD # U+0xF0FD
487             'bracerightbt' => '494', # C+0xFE # U+0xF0FE
488             'apple' => '790', # C+0xFF # U+0xF0FF
489             }, # HORIZ. WIDTH TABLE
490             } };
491              
492             1;