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