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