File Coverage

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