File Coverage

blib/lib/PDF/API2/Resource/Font/CoreFont/wingdings.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::API2::Resource::Font::CoreFont::wingdings;
2              
3 2     2   1115 use strict;
  2         5  
  2         66  
4 2     2   11 use warnings;
  2         4  
  2         1912  
5              
6             our $VERSION = '2.045'; # VERSION
7              
8             sub data { return {
9 1     1 0 170 'fontname' => 'Wingdings',
10             'type' => 'TrueType',
11             'apiname' => 'WiDi',
12             'ascender' => '898',
13             'capheight' => '722',
14             'descender' => '-210',
15             'isfixedpitch' => '0',
16             'issymbol' => '1',
17             'italicangle' => '0',
18             'underlineposition' => '-200',
19             'underlinethickness' => '100',
20             'xheight' => '722',
21             'firstchar' => '32',
22             'lastchar' => '255',
23             'flags' => '4',
24             'char' => [ # DEF. ENCODING GLYPH TABLE
25             '.notdef', # C+0x00 # U+0x0000
26             '.notdef', # C+0x01 # U+0x0000
27             '.notdef', # C+0x02 # U+0x0000
28             '.notdef', # C+0x03 # U+0x0000
29             '.notdef', # C+0x04 # U+0x0000
30             '.notdef', # C+0x05 # U+0x0000
31             '.notdef', # C+0x06 # U+0x0000
32             '.notdef', # C+0x07 # U+0x0000
33             '.notdef', # C+0x08 # U+0x0000
34             '.notdef', # C+0x09 # U+0x0000
35             '.notdef', # C+0x0A # U+0x0000
36             '.notdef', # C+0x0B # U+0x0000
37             '.notdef', # C+0x0C # U+0x0000
38             '.notdef', # C+0x0D # U+0x0000
39             '.notdef', # C+0x0E # U+0x0000
40             '.notdef', # C+0x0F # U+0x0000
41             '.notdef', # C+0x10 # U+0x0000
42             '.notdef', # C+0x11 # U+0x0000
43             '.notdef', # C+0x12 # U+0x0000
44             '.notdef', # C+0x13 # U+0x0000
45             '.notdef', # C+0x14 # U+0x0000
46             '.notdef', # C+0x15 # U+0x0000
47             '.notdef', # C+0x16 # U+0x0000
48             '.notdef', # C+0x17 # U+0x0000
49             '.notdef', # C+0x18 # U+0x0000
50             '.notdef', # C+0x19 # U+0x0000
51             '.notdef', # C+0x1A # U+0x0000
52             '.notdef', # C+0x1B # U+0x0000
53             '.notdef', # C+0x1C # U+0x0000
54             '.notdef', # C+0x1D # U+0x0000
55             '.notdef', # C+0x1E # U+0x0000
56             '.notdef', # C+0x1F # U+0x0000
57             'space', # C+0x20 # U+0xF020
58             'pencil', # C+0x21 # U+0xF021
59             'scissors', # C+0x22 # U+0xF022
60             'scissorscutting', # C+0x23 # U+0xF023
61             'readingglasses', # C+0x24 # U+0xF024
62             'bell', # C+0x25 # U+0xF025
63             'book', # C+0x26 # U+0xF026
64             'candle', # C+0x27 # U+0xF027
65             'telephonesolid', # C+0x28 # U+0xF028
66             'telhandsetcirc', # C+0x29 # U+0xF029
67             'envelopeback', # C+0x2A # U+0xF02A
68             'envelopefront', # C+0x2B # U+0xF02B
69             'mailboxflagdwn', # C+0x2C # U+0xF02C
70             'mailboxflagup', # C+0x2D # U+0xF02D
71             'mailbxopnflgup', # C+0x2E # U+0xF02E
72             'mailbxopnflgdwn', # C+0x2F # U+0xF02F
73             'folder', # C+0x30 # U+0xF030
74             'folderopen', # C+0x31 # U+0xF031
75             'filetalltext1', # C+0x32 # U+0xF032
76             'filetalltext', # C+0x33 # U+0xF033
77             'filetalltext3', # C+0x34 # U+0xF034
78             'filecabinet', # C+0x35 # U+0xF035
79             'hourglass', # C+0x36 # U+0xF036
80             'keyboard', # C+0x37 # U+0xF037
81             'mouse2button', # C+0x38 # U+0xF038
82             'ballpoint', # C+0x39 # U+0xF039
83             'pc', # C+0x3A # U+0xF03A
84             'harddisk', # C+0x3B # U+0xF03B
85             'floppy3', # C+0x3C # U+0xF03C
86             'floppy5', # C+0x3D # U+0xF03D
87             'tapereel', # C+0x3E # U+0xF03E
88             'handwrite', # C+0x3F # U+0xF03F
89             'handwriteleft', # C+0x40 # U+0xF040
90             'handv', # C+0x41 # U+0xF041
91             'handok', # C+0x42 # U+0xF042
92             'thumbup', # C+0x43 # U+0xF043
93             'thumbdown', # C+0x44 # U+0xF044
94             'handptleft', # C+0x45 # U+0xF045
95             'handptright', # C+0x46 # U+0xF046
96             'handptup', # C+0x47 # U+0xF047
97             'handptdwn', # C+0x48 # U+0xF048
98             'handhalt', # C+0x49 # U+0xF049
99             'smileface', # C+0x4A # U+0xF04A
100             'neutralface', # C+0x4B # U+0xF04B
101             'frownface', # C+0x4C # U+0xF04C
102             'bomb', # C+0x4D # U+0xF04D
103             'skullcrossbones', # C+0x4E # U+0xF04E
104             'flag', # C+0x4F # U+0xF04F
105             'pennant', # C+0x50 # U+0xF050
106             'airplane', # C+0x51 # U+0xF051
107             'sunshine', # C+0x52 # U+0xF052
108             'droplet', # C+0x53 # U+0xF053
109             'snowflake', # C+0x54 # U+0xF054
110             'crossoutline', # C+0x55 # U+0xF055
111             'crossshadow', # C+0x56 # U+0xF056
112             'crossceltic', # C+0x57 # U+0xF057
113             'crossmaltese', # C+0x58 # U+0xF058
114             'starofdavid', # C+0x59 # U+0xF059
115             'crescentstar', # C+0x5A # U+0xF05A
116             'yinyang', # C+0x5B # U+0xF05B
117             'om', # C+0x5C # U+0xF05C
118             'wheel', # C+0x5D # U+0xF05D
119             'aries', # C+0x5E # U+0xF05E
120             'taurus', # C+0x5F # U+0xF05F
121             'gemini', # C+0x60 # U+0xF060
122             'cancer', # C+0x61 # U+0xF061
123             'leo', # C+0x62 # U+0xF062
124             'virgo', # C+0x63 # U+0xF063
125             'libra', # C+0x64 # U+0xF064
126             'scorpio', # C+0x65 # U+0xF065
127             'saggitarius', # C+0x66 # U+0xF066
128             'capricorn', # C+0x67 # U+0xF067
129             'aquarius', # C+0x68 # U+0xF068
130             'pisces', # C+0x69 # U+0xF069
131             'ampersanditlc', # C+0x6A # U+0xF06A
132             'ampersandit', # C+0x6B # U+0xF06B
133             'circle6', # C+0x6C # U+0xF06C
134             'circleshadowdwn', # C+0x6D # U+0xF06D
135             'square6', # C+0x6E # U+0xF06E
136             'box3', # C+0x6F # U+0xF06F
137             'box4', # C+0x70 # U+0xF070
138             'boxshadowdwn', # C+0x71 # U+0xF071
139             'boxshadowup', # C+0x72 # U+0xF072
140             'lozenge4', # C+0x73 # U+0xF073
141             'lozenge6', # C+0x74 # U+0xF074
142             'rhombus6', # C+0x75 # U+0xF075
143             'xrhombus', # C+0x76 # U+0xF076
144             'rhombus4', # C+0x77 # U+0xF077
145             'clear', # C+0x78 # U+0xF078
146             'escape', # C+0x79 # U+0xF079
147             'command', # C+0x7A # U+0xF07A
148             'rosette', # C+0x7B # U+0xF07B
149             'rosettesolid', # C+0x7C # U+0xF07C
150             'quotedbllftbld', # C+0x7D # U+0xF07D
151             'quotedblrtbld', # C+0x7E # U+0xF07E
152             '.notdef', # C+0x7F # U+0x0000
153             'zerosans', # C+0x80 # U+0xF080
154             'onesans', # C+0x81 # U+0xF081
155             'twosans', # C+0x82 # U+0xF082
156             'threesans', # C+0x83 # U+0xF083
157             'foursans', # C+0x84 # U+0xF084
158             'fivesans', # C+0x85 # U+0xF085
159             'sixsans', # C+0x86 # U+0xF086
160             'sevensans', # C+0x87 # U+0xF087
161             'eightsans', # C+0x88 # U+0xF088
162             'ninesans', # C+0x89 # U+0xF089
163             'tensans', # C+0x8A # U+0xF08A
164             'zerosansinv', # C+0x8B # U+0xF08B
165             'onesansinv', # C+0x8C # U+0xF08C
166             'twosansinv', # C+0x8D # U+0xF08D
167             'threesansinv', # C+0x8E # U+0xF08E
168             'foursansinv', # C+0x8F # U+0xF08F
169             'fivesansinv', # C+0x90 # U+0xF090
170             'sixsansinv', # C+0x91 # U+0xF091
171             'sevensansinv', # C+0x92 # U+0xF092
172             'eightsansinv', # C+0x93 # U+0xF093
173             'ninesansinv', # C+0x94 # U+0xF094
174             'tensansinv', # C+0x95 # U+0xF095
175             'budleafne', # C+0x96 # U+0xF096
176             'budleafnw', # C+0x97 # U+0xF097
177             'budleafsw', # C+0x98 # U+0xF098
178             'budleafse', # C+0x99 # U+0xF099
179             'vineleafboldne', # C+0x9A # U+0xF09A
180             'vineleafboldnw', # C+0x9B # U+0xF09B
181             'vineleafboldsw', # C+0x9C # U+0xF09C
182             'vineleafboldse', # C+0x9D # U+0xF09D
183             'circle2', # C+0x9E # U+0xF09E
184             'circle4', # C+0x9F # U+0xF09F
185             'square2', # C+0xA0 # U+0xF0A0
186             'ring2', # C+0xA1 # U+0xF0A1
187             'ring4', # C+0xA2 # U+0xF0A2
188             'ring6', # C+0xA3 # U+0xF0A3
189             'ringbutton2', # C+0xA4 # U+0xF0A4
190             'target', # C+0xA5 # U+0xF0A5
191             'circleshadowup', # C+0xA6 # U+0xF0A6
192             'square4', # C+0xA7 # U+0xF0A7
193             'box2', # C+0xA8 # U+0xF0A8
194             'tristar2', # C+0xA9 # U+0xF0A9
195             'crosstar2', # C+0xAA # U+0xF0AA
196             'pentastar2', # C+0xAB # U+0xF0AB
197             'hexstar2', # C+0xAC # U+0xF0AC
198             'octastar2', # C+0xAD # U+0xF0AD
199             'dodecastar3', # C+0xAE # U+0xF0AE
200             'octastar4', # C+0xAF # U+0xF0AF
201             'registersquare', # C+0xB0 # U+0xF0B0
202             'registercircle', # C+0xB1 # U+0xF0B1
203             'cuspopen', # C+0xB2 # U+0xF0B2
204             'cuspopen1', # C+0xB3 # U+0xF0B3
205             'query', # C+0xB4 # U+0xF0B4
206             'circlestar', # C+0xB5 # U+0xF0B5
207             'starshadow', # C+0xB6 # U+0xF0B6
208             'oneoclock', # C+0xB7 # U+0xF0B7
209             'twooclock', # C+0xB8 # U+0xF0B8
210             'threeoclock', # C+0xB9 # U+0xF0B9
211             'fouroclock', # C+0xBA # U+0xF0BA
212             'fiveoclock', # C+0xBB # U+0xF0BB
213             'sixoclock', # C+0xBC # U+0xF0BC
214             'sevenoclock', # C+0xBD # U+0xF0BD
215             'eightoclock', # C+0xBE # U+0xF0BE
216             'nineoclock', # C+0xBF # U+0xF0BF
217             'tenoclock', # C+0xC0 # U+0xF0C0
218             'elevenoclock', # C+0xC1 # U+0xF0C1
219             'twelveoclock', # C+0xC2 # U+0xF0C2
220             'arrowdwnleft1', # C+0xC3 # U+0xF0C3
221             'arrowdwnrt1', # C+0xC4 # U+0xF0C4
222             'arrowupleft1', # C+0xC5 # U+0xF0C5
223             'arrowuprt1', # C+0xC6 # U+0xF0C6
224             'arrowleftup1', # C+0xC7 # U+0xF0C7
225             'arrowrtup1', # C+0xC8 # U+0xF0C8
226             'arrowleftdwn1', # C+0xC9 # U+0xF0C9
227             'arrowrtdwn1', # C+0xCA # U+0xF0CA
228             'quiltsquare2', # C+0xCB # U+0xF0CB
229             'quiltsquare2inv', # C+0xCC # U+0xF0CC
230             'leafccwsw', # C+0xCD # U+0xF0CD
231             'leafccwnw', # C+0xCE # U+0xF0CE
232             'leafccwse', # C+0xCF # U+0xF0CF
233             'leafccwne', # C+0xD0 # U+0xF0D0
234             'leafnw', # C+0xD1 # U+0xF0D1
235             'leafsw', # C+0xD2 # U+0xF0D2
236             'leafne', # C+0xD3 # U+0xF0D3
237             'leafse', # C+0xD4 # U+0xF0D4
238             'deleteleft', # C+0xD5 # U+0xF0D5
239             'deleteright', # C+0xD6 # U+0xF0D6
240             'head2left', # C+0xD7 # U+0xF0D7
241             'head2right', # C+0xD8 # U+0xF0D8
242             'head2up', # C+0xD9 # U+0xF0D9
243             'head2down', # C+0xDA # U+0xF0DA
244             'circleleft', # C+0xDB # U+0xF0DB
245             'circleright', # C+0xDC # U+0xF0DC
246             'circleup', # C+0xDD # U+0xF0DD
247             'circledown', # C+0xDE # U+0xF0DE
248             'barb2left', # C+0xDF # U+0xF0DF
249             'barb2right', # C+0xE0 # U+0xF0E0
250             'barb2up', # C+0xE1 # U+0xF0E1
251             'barb2down', # C+0xE2 # U+0xF0E2
252             'barb2nw', # C+0xE3 # U+0xF0E3
253             'barb2ne', # C+0xE4 # U+0xF0E4
254             'barb2sw', # C+0xE5 # U+0xF0E5
255             'barb2se', # C+0xE6 # U+0xF0E6
256             'barb4left', # C+0xE7 # U+0xF0E7
257             'barb4right', # C+0xE8 # U+0xF0E8
258             'barb4up', # C+0xE9 # U+0xF0E9
259             'barb4down', # C+0xEA # U+0xF0EA
260             'barb4nw', # C+0xEB # U+0xF0EB
261             'barb4ne', # C+0xEC # U+0xF0EC
262             'barb4sw', # C+0xED # U+0xF0ED
263             'barb4se', # C+0xEE # U+0xF0EE
264             'bleft', # C+0xEF # U+0xF0EF
265             'bright', # C+0xF0 # U+0xF0F0
266             'bup', # C+0xF1 # U+0xF0F1
267             'bdown', # C+0xF2 # U+0xF0F2
268             'bleftright', # C+0xF3 # U+0xF0F3
269             'bupdown', # C+0xF4 # U+0xF0F4
270             'bnw', # C+0xF5 # U+0xF0F5
271             'bne', # C+0xF6 # U+0xF0F6
272             'bsw', # C+0xF7 # U+0xF0F7
273             'bse', # C+0xF8 # U+0xF0F8
274             'bdash1', # C+0xF9 # U+0xF0F9
275             'bdash2', # C+0xFA # U+0xF0FA
276             'xmarkbld', # C+0xFB # U+0xF0FB
277             'checkbld', # C+0xFC # U+0xF0FC
278             'boxxmarkbld', # C+0xFD # U+0xF0FD
279             'boxcheckbld', # C+0xFE # U+0xF0FE
280             'windowslogo', # C+0xFF # U+0xF0FF
281             ], # DEF. ENCODING GLYPH TABLE
282             'fontbbox' => [ 0, -210, 1358, 898 ],
283             'wx' => { # HORIZ. WIDTH TABLE
284             'space' => '1000', # C+0x20 # U+0xF020
285             'pencil' => '1030', # C+0x21 # U+0xF021
286             'scissors' => '1144', # C+0x22 # U+0xF022
287             'scissorscutting' => '1301', # C+0x23 # U+0xF023
288             'readingglasses' => '1343', # C+0x24 # U+0xF024
289             'bell' => '893', # C+0x25 # U+0xF025
290             'book' => '1216', # C+0x26 # U+0xF026
291             'candle' => '458', # C+0x27 # U+0xF027
292             'telephonesolid' => '1083', # C+0x28 # U+0xF028
293             'telhandsetcirc' => '891', # C+0x29 # U+0xF029
294             'envelopeback' => '1132', # C+0x2A # U+0xF02A
295             'envelopefront' => '1132', # C+0x2B # U+0xF02B
296             'mailboxflagdwn' => '1171', # C+0x2C # U+0xF02C
297             'mailboxflagup' => '1171', # C+0x2D # U+0xF02D
298             'mailbxopnflgup' => '1440', # C+0x2E # U+0xF02E
299             'mailbxopnflgdwn' => '1443', # C+0x2F # U+0xF02F
300             'folder' => '1096', # C+0x30 # U+0xF030
301             'folderopen' => '1343', # C+0x31 # U+0xF031
302             'filetalltext1' => '698', # C+0x32 # U+0xF032
303             'filetalltext' => '698', # C+0x33 # U+0xF033
304             'filetalltext3' => '891', # C+0x34 # U+0xF034
305             'filecabinet' => '554', # C+0x35 # U+0xF035
306             'hourglass' => '602', # C+0x36 # U+0xF036
307             'keyboard' => '1072', # C+0x37 # U+0xF037
308             'mouse2button' => '947', # C+0x38 # U+0xF038
309             'ballpoint' => '1078', # C+0x39 # U+0xF039
310             'pc' => '939', # C+0x3A # U+0xF03A
311             'harddisk' => '891', # C+0x3B # U+0xF03B
312             'floppy3' => '891', # C+0x3C # U+0xF03C
313             'floppy5' => '891', # C+0x3D # U+0xF03D
314             'tapereel' => '891', # C+0x3E # U+0xF03E
315             'handwrite' => '909', # C+0x3F # U+0xF03F
316             'handwriteleft' => '909', # C+0x40 # U+0xF040
317             'handv' => '587', # C+0x41 # U+0xF041
318             'handok' => '792', # C+0x42 # U+0xF042
319             'thumbup' => '674', # C+0x43 # U+0xF043
320             'thumbdown' => '674', # C+0x44 # U+0xF044
321             'handptleft' => '941', # C+0x45 # U+0xF045
322             'handptright' => '941', # C+0x46 # U+0xF046
323             'handptup' => '548', # C+0x47 # U+0xF047
324             'handptdwn' => '548', # C+0x48 # U+0xF048
325             'handhalt' => '891', # C+0x49 # U+0xF049
326             'smileface' => '843', # C+0x4A # U+0xF04A
327             'neutralface' => '843', # C+0x4B # U+0xF04B
328             'frownface' => '843', # C+0x4C # U+0xF04C
329             'bomb' => '1110', # C+0x4D # U+0xF04D
330             'skullcrossbones' => '660', # C+0x4E # U+0xF04E
331             'flag' => '849', # C+0x4F # U+0xF04F
332             'pennant' => '1088', # C+0x50 # U+0xF050
333             'airplane' => '888', # C+0x51 # U+0xF051
334             'sunshine' => '880', # C+0x52 # U+0xF052
335             'droplet' => '650', # C+0x53 # U+0xF053
336             'snowflake' => '812', # C+0x54 # U+0xF054
337             'crossoutline' => '746', # C+0x55 # U+0xF055
338             'crossshadow' => '746', # C+0x56 # U+0xF056
339             'crossceltic' => '722', # C+0x57 # U+0xF057
340             'crossmaltese' => '693', # C+0x58 # U+0xF058
341             'starofdavid' => '794', # C+0x59 # U+0xF059
342             'crescentstar' => '885', # C+0x5A # U+0xF05A
343             'yinyang' => '891', # C+0x5B # U+0xF05B
344             'om' => '895', # C+0x5C # U+0xF05C
345             'wheel' => '891', # C+0x5D # U+0xF05D
346             'aries' => '1156', # C+0x5E # U+0xF05E
347             'taurus' => '1054', # C+0x5F # U+0xF05F
348             'gemini' => '963', # C+0x60 # U+0xF060
349             'cancer' => '1090', # C+0x61 # U+0xF061
350             'leo' => '940', # C+0x62 # U+0xF062
351             'virgo' => '933', # C+0x63 # U+0xF063
352             'libra' => '945', # C+0x64 # U+0xF064
353             'scorpio' => '1024', # C+0x65 # U+0xF065
354             'saggitarius' => '928', # C+0x66 # U+0xF066
355             'capricorn' => '1096', # C+0x67 # U+0xF067
356             'aquarius' => '1064', # C+0x68 # U+0xF068
357             'pisces' => '779', # C+0x69 # U+0xF069
358             'ampersanditlc' => '1049', # C+0x6A # U+0xF06A
359             'ampersandit' => '1270', # C+0x6B # U+0xF06B
360             'circle6' => '746', # C+0x6C # U+0xF06C
361             'circleshadowdwn' => '952', # C+0x6D # U+0xF06D
362             'square6' => '746', # C+0x6E # U+0xF06E
363             'box3' => '891', # C+0x6F # U+0xF06F
364             'box4' => '891', # C+0x70 # U+0xF070
365             'boxshadowdwn' => '891', # C+0x71 # U+0xF071
366             'boxshadowup' => '891', # C+0x72 # U+0xF072
367             'lozenge4' => '457', # C+0x73 # U+0xF073
368             'lozenge6' => '746', # C+0x74 # U+0xF074
369             'rhombus6' => '986', # C+0x75 # U+0xF075
370             'xrhombus' => '891', # C+0x76 # U+0xF076
371             'rhombus4' => '577', # C+0x77 # U+0xF077
372             'clear' => '1060', # C+0x78 # U+0xF078
373             'escape' => '1060', # C+0x79 # U+0xF079
374             'command' => '891', # C+0x7A # U+0xF07A
375             'rosette' => '891', # C+0x7B # U+0xF07B
376             'rosettesolid' => '891', # C+0x7C # U+0xF07C
377             'quotedbllftbld' => '530', # C+0x7D # U+0xF07D
378             'quotedblrtbld' => '530', # C+0x7E # U+0xF07E
379             'zerosans' => '891', # C+0x80 # U+0xF080
380             'onesans' => '891', # C+0x81 # U+0xF081
381             'twosans' => '891', # C+0x82 # U+0xF082
382             'threesans' => '891', # C+0x83 # U+0xF083
383             'foursans' => '891', # C+0x84 # U+0xF084
384             'fivesans' => '891', # C+0x85 # U+0xF085
385             'sixsans' => '891', # C+0x86 # U+0xF086
386             'sevensans' => '891', # C+0x87 # U+0xF087
387             'eightsans' => '891', # C+0x88 # U+0xF088
388             'ninesans' => '891', # C+0x89 # U+0xF089
389             'tensans' => '891', # C+0x8A # U+0xF08A
390             'zerosansinv' => '891', # C+0x8B # U+0xF08B
391             'onesansinv' => '891', # C+0x8C # U+0xF08C
392             'twosansinv' => '891', # C+0x8D # U+0xF08D
393             'threesansinv' => '891', # C+0x8E # U+0xF08E
394             'foursansinv' => '891', # C+0x8F # U+0xF08F
395             'fivesansinv' => '891', # C+0x90 # U+0xF090
396             'sixsansinv' => '891', # C+0x91 # U+0xF091
397             'sevensansinv' => '891', # C+0x92 # U+0xF092
398             'eightsansinv' => '891', # C+0x93 # U+0xF093
399             'ninesansinv' => '891', # C+0x94 # U+0xF094
400             'tensansinv' => '891', # C+0x95 # U+0xF095
401             'budleafne' => '1000', # C+0x96 # U+0xF096
402             'budleafnw' => '1000', # C+0x97 # U+0xF097
403             'budleafsw' => '1000', # C+0x98 # U+0xF098
404             'budleafse' => '1000', # C+0x99 # U+0xF099
405             'vineleafboldne' => '1000', # C+0x9A # U+0xF09A
406             'vineleafboldnw' => '1000', # C+0x9B # U+0xF09B
407             'vineleafboldsw' => '1000', # C+0x9C # U+0xF09C
408             'vineleafboldse' => '1000', # C+0x9D # U+0xF09D
409             'circle2' => '312', # C+0x9E # U+0xF09E
410             'circle4' => '457', # C+0x9F # U+0xF09F
411             'square2' => '312', # C+0xA0 # U+0xF0A0
412             'ring2' => '891', # C+0xA1 # U+0xF0A1
413             'ring4' => '891', # C+0xA2 # U+0xF0A2
414             'ring6' => '891', # C+0xA3 # U+0xF0A3
415             'ringbutton2' => '891', # C+0xA4 # U+0xF0A4
416             'target' => '891', # C+0xA5 # U+0xF0A5
417             'circleshadowup' => '952', # C+0xA6 # U+0xF0A6
418             'square4' => '457', # C+0xA7 # U+0xF0A7
419             'box2' => '891', # C+0xA8 # U+0xF0A8
420             'tristar2' => '891', # C+0xA9 # U+0xF0A9
421             'crosstar2' => '891', # C+0xAA # U+0xF0AA
422             'pentastar2' => '891', # C+0xAB # U+0xF0AB
423             'hexstar2' => '891', # C+0xAC # U+0xF0AC
424             'octastar2' => '891', # C+0xAD # U+0xF0AD
425             'dodecastar3' => '891', # C+0xAE # U+0xF0AE
426             'octastar4' => '891', # C+0xAF # U+0xF0AF
427             'registersquare' => '891', # C+0xB0 # U+0xF0B0
428             'registercircle' => '891', # C+0xB1 # U+0xF0B1
429             'cuspopen' => '891', # C+0xB2 # U+0xF0B2
430             'cuspopen1' => '891', # C+0xB3 # U+0xF0B3
431             'query' => '891', # C+0xB4 # U+0xF0B4
432             'circlestar' => '891', # C+0xB5 # U+0xF0B5
433             'starshadow' => '891', # C+0xB6 # U+0xF0B6
434             'oneoclock' => '891', # C+0xB7 # U+0xF0B7
435             'twooclock' => '891', # C+0xB8 # U+0xF0B8
436             'threeoclock' => '891', # C+0xB9 # U+0xF0B9
437             'fouroclock' => '891', # C+0xBA # U+0xF0BA
438             'fiveoclock' => '891', # C+0xBB # U+0xF0BB
439             'sixoclock' => '891', # C+0xBC # U+0xF0BC
440             'sevenoclock' => '891', # C+0xBD # U+0xF0BD
441             'eightoclock' => '891', # C+0xBE # U+0xF0BE
442             'nineoclock' => '891', # C+0xBF # U+0xF0BF
443             'tenoclock' => '891', # C+0xC0 # U+0xF0C0
444             'elevenoclock' => '891', # C+0xC1 # U+0xF0C1
445             'twelveoclock' => '891', # C+0xC2 # U+0xF0C2
446             'arrowdwnleft1' => '891', # C+0xC3 # U+0xF0C3
447             'arrowdwnrt1' => '891', # C+0xC4 # U+0xF0C4
448             'arrowupleft1' => '891', # C+0xC5 # U+0xF0C5
449             'arrowuprt1' => '891', # C+0xC6 # U+0xF0C6
450             'arrowleftup1' => '1047', # C+0xC7 # U+0xF0C7
451             'arrowrtup1' => '1047', # C+0xC8 # U+0xF0C8
452             'arrowleftdwn1' => '1047', # C+0xC9 # U+0xF0C9
453             'arrowrtdwn1' => '1047', # C+0xCA # U+0xF0CA
454             'quiltsquare2' => '1000', # C+0xCB # U+0xF0CB
455             'quiltsquare2inv' => '1000', # C+0xCC # U+0xF0CC
456             'leafccwsw' => '1000', # C+0xCD # U+0xF0CD
457             'leafccwnw' => '1000', # C+0xCE # U+0xF0CE
458             'leafccwse' => '1000', # C+0xCF # U+0xF0CF
459             'leafccwne' => '1000', # C+0xD0 # U+0xF0D0
460             'leafnw' => '1000', # C+0xD1 # U+0xF0D1
461             'leafsw' => '1000', # C+0xD2 # U+0xF0D2
462             'leafne' => '1000', # C+0xD3 # U+0xF0D3
463             'leafse' => '1000', # C+0xD4 # U+0xF0D4
464             'deleteleft' => '1252', # C+0xD5 # U+0xF0D5
465             'deleteright' => '1252', # C+0xD6 # U+0xF0D6
466             'head2left' => '794', # C+0xD7 # U+0xF0D7
467             'head2right' => '794', # C+0xD8 # U+0xF0D8
468             'head2up' => '891', # C+0xD9 # U+0xF0D9
469             'head2down' => '891', # C+0xDA # U+0xF0DA
470             'circleleft' => '891', # C+0xDB # U+0xF0DB
471             'circleright' => '891', # C+0xDC # U+0xF0DC
472             'circleup' => '891', # C+0xDD # U+0xF0DD
473             'circledown' => '891', # C+0xDE # U+0xF0DE
474             'barb2left' => '979', # C+0xDF # U+0xF0DF
475             'barb2right' => '979', # C+0xE0 # U+0xF0E0
476             'barb2up' => '891', # C+0xE1 # U+0xF0E1
477             'barb2down' => '891', # C+0xE2 # U+0xF0E2
478             'barb2nw' => '775', # C+0xE3 # U+0xF0E3
479             'barb2ne' => '775', # C+0xE4 # U+0xF0E4
480             'barb2sw' => '775', # C+0xE5 # U+0xF0E5
481             'barb2se' => '775', # C+0xE6 # U+0xF0E6
482             'barb4left' => '1067', # C+0xE7 # U+0xF0E7
483             'barb4right' => '1067', # C+0xE8 # U+0xF0E8
484             'barb4up' => '891', # C+0xE9 # U+0xF0E9
485             'barb4down' => '891', # C+0xEA # U+0xF0EA
486             'barb4nw' => '872', # C+0xEB # U+0xF0EB
487             'barb4ne' => '872', # C+0xEC # U+0xF0EC
488             'barb4sw' => '872', # C+0xED # U+0xF0ED
489             'barb4se' => '872', # C+0xEE # U+0xF0EE
490             'bleft' => '891', # C+0xEF # U+0xF0EF
491             'bright' => '891', # C+0xF0 # U+0xF0F0
492             'bup' => '810', # C+0xF1 # U+0xF0F1
493             'bdown' => '810', # C+0xF2 # U+0xF0F2
494             'bleftright' => '1060', # C+0xF3 # U+0xF0F3
495             'bupdown' => '810', # C+0xF4 # U+0xF0F4
496             'bnw' => '781', # C+0xF5 # U+0xF0F5
497             'bne' => '781', # C+0xF6 # U+0xF0F6
498             'bsw' => '781', # C+0xF7 # U+0xF0F7
499             'bse' => '781', # C+0xF8 # U+0xF0F8
500             'bdash1' => '481', # C+0xF9 # U+0xF0F9
501             'bdash2' => '385', # C+0xFA # U+0xF0FA
502             'xmarkbld' => '635', # C+0xFB # U+0xF0FB
503             'checkbld' => '785', # C+0xFC # U+0xF0FC
504             'boxxmarkbld' => '891', # C+0xFD # U+0xF0FD
505             'boxcheckbld' => '891', # C+0xFE # U+0xF0FE
506             'windowslogo' => '1034', # C+0xFF # U+0xF0FF
507             }, # HORIZ. WIDTH TABLE
508             } };
509              
510             1;