combine_pdf 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2211 @@
1
+ module CombinePDF
2
+ class PDFWriter < Hash
3
+ # with thanks to Jan Krutisch, the creator of the afm gem.
4
+ HELVETICA_METRICS =
5
+ {"space"=>{:charcode=>32,
6
+ :wx=>278,
7
+ :name=>"space",
8
+ :boundingbox=>[0,
9
+ 0,
10
+ 0,
11
+ 0]},
12
+ "exclam"=>{:charcode=>33,
13
+ :wx=>278,
14
+ :name=>"exclam",
15
+ :boundingbox=>[90,
16
+ 0,
17
+ 187,
18
+ 718]},
19
+ "quotedbl"=>{:charcode=>34,
20
+ :wx=>355,
21
+ :name=>"quotedbl",
22
+ :boundingbox=>[70,
23
+ 463,
24
+ 285,
25
+ 718]},
26
+ "numbersign"=>{:charcode=>35,
27
+ :wx=>556,
28
+ :name=>"numbersign",
29
+ :boundingbox=>[28,
30
+ 0,
31
+ 529,
32
+ 688]},
33
+ "dollar"=>{:charcode=>36,
34
+ :wx=>556,
35
+ :name=>"dollar",
36
+ :boundingbox=>[32,
37
+ -115,
38
+ 520,
39
+ 775]},
40
+ "percent"=>{:charcode=>37,
41
+ :wx=>889,
42
+ :name=>"percent",
43
+ :boundingbox=>[39,
44
+ -19,
45
+ 850,
46
+ 703]},
47
+ "ampersand"=>{:charcode=>38,
48
+ :wx=>667,
49
+ :name=>"ampersand",
50
+ :boundingbox=>[44,
51
+ -15,
52
+ 645,
53
+ 718]},
54
+ "quoteright"=>{:charcode=>39,
55
+ :wx=>222,
56
+ :name=>"quoteright",
57
+ :boundingbox=>[53,
58
+ 463,
59
+ 157,
60
+ 718]},
61
+ "parenleft"=>{:charcode=>40,
62
+ :wx=>333,
63
+ :name=>"parenleft",
64
+ :boundingbox=>[68,
65
+ -207,
66
+ 299,
67
+ 733]},
68
+ "parenright"=>{:charcode=>41,
69
+ :wx=>333,
70
+ :name=>"parenright",
71
+ :boundingbox=>[34,
72
+ -207,
73
+ 265,
74
+ 733]},
75
+ "asterisk"=>{:charcode=>42,
76
+ :wx=>389,
77
+ :name=>"asterisk",
78
+ :boundingbox=>[39,
79
+ 431,
80
+ 349,
81
+ 718]},
82
+ "plus"=>{:charcode=>43,
83
+ :wx=>584,
84
+ :name=>"plus",
85
+ :boundingbox=>[39,
86
+ 0,
87
+ 545,
88
+ 505]},
89
+ "comma"=>{:charcode=>44,
90
+ :wx=>278,
91
+ :name=>"comma",
92
+ :boundingbox=>[87,
93
+ -147,
94
+ 191,
95
+ 106]},
96
+ "hyphen"=>{:charcode=>45,
97
+ :wx=>333,
98
+ :name=>"hyphen",
99
+ :boundingbox=>[44,
100
+ 232,
101
+ 289,
102
+ 322]},
103
+ "period"=>{:charcode=>46,
104
+ :wx=>278,
105
+ :name=>"period",
106
+ :boundingbox=>[87,
107
+ 0,
108
+ 191,
109
+ 106]},
110
+ "slash"=>{:charcode=>47,
111
+ :wx=>278,
112
+ :name=>"slash",
113
+ :boundingbox=>[-17,
114
+ -19,
115
+ 295,
116
+ 737]},
117
+ "zero"=>{:charcode=>48,
118
+ :wx=>556,
119
+ :name=>"zero",
120
+ :boundingbox=>[37,
121
+ -19,
122
+ 519,
123
+ 703]},
124
+ "one"=>{:charcode=>49,
125
+ :wx=>556,
126
+ :name=>"one",
127
+ :boundingbox=>[101,
128
+ 0,
129
+ 359,
130
+ 703]},
131
+ "two"=>{:charcode=>50,
132
+ :wx=>556,
133
+ :name=>"two",
134
+ :boundingbox=>[26,
135
+ 0,
136
+ 507,
137
+ 703]},
138
+ "three"=>{:charcode=>51,
139
+ :wx=>556,
140
+ :name=>"three",
141
+ :boundingbox=>[34,
142
+ -19,
143
+ 522,
144
+ 703]},
145
+ "four"=>{:charcode=>52,
146
+ :wx=>556,
147
+ :name=>"four",
148
+ :boundingbox=>[25,
149
+ 0,
150
+ 523,
151
+ 703]},
152
+ "five"=>{:charcode=>53,
153
+ :wx=>556,
154
+ :name=>"five",
155
+ :boundingbox=>[32,
156
+ -19,
157
+ 514,
158
+ 688]},
159
+ "six"=>{:charcode=>54,
160
+ :wx=>556,
161
+ :name=>"six",
162
+ :boundingbox=>[38,
163
+ -19,
164
+ 518,
165
+ 703]},
166
+ "seven"=>{:charcode=>55,
167
+ :wx=>556,
168
+ :name=>"seven",
169
+ :boundingbox=>[37,
170
+ 0,
171
+ 523,
172
+ 688]},
173
+ "eight"=>{:charcode=>56,
174
+ :wx=>556,
175
+ :name=>"eight",
176
+ :boundingbox=>[38,
177
+ -19,
178
+ 517,
179
+ 703]},
180
+ "nine"=>{:charcode=>57,
181
+ :wx=>556,
182
+ :name=>"nine",
183
+ :boundingbox=>[42,
184
+ -19,
185
+ 514,
186
+ 703]},
187
+ "colon"=>{:charcode=>58,
188
+ :wx=>278,
189
+ :name=>"colon",
190
+ :boundingbox=>[87,
191
+ 0,
192
+ 191,
193
+ 516]},
194
+ "semicolon"=>{:charcode=>59,
195
+ :wx=>278,
196
+ :name=>"semicolon",
197
+ :boundingbox=>[87,
198
+ -147,
199
+ 191,
200
+ 516]},
201
+ "less"=>{:charcode=>60,
202
+ :wx=>584,
203
+ :name=>"less",
204
+ :boundingbox=>[48,
205
+ 11,
206
+ 536,
207
+ 495]},
208
+ "equal"=>{:charcode=>61,
209
+ :wx=>584,
210
+ :name=>"equal",
211
+ :boundingbox=>[39,
212
+ 115,
213
+ 545,
214
+ 390]},
215
+ "greater"=>{:charcode=>62,
216
+ :wx=>584,
217
+ :name=>"greater",
218
+ :boundingbox=>[48,
219
+ 11,
220
+ 536,
221
+ 495]},
222
+ "question"=>{:charcode=>63,
223
+ :wx=>556,
224
+ :name=>"question",
225
+ :boundingbox=>[56,
226
+ 0,
227
+ 492,
228
+ 727]},
229
+ "at"=>{:charcode=>64,
230
+ :wx=>1015,
231
+ :name=>"at",
232
+ :boundingbox=>[147,
233
+ -19,
234
+ 868,
235
+ 737]},
236
+ "A"=>{:charcode=>65,
237
+ :wx=>667,
238
+ :name=>"A",
239
+ :boundingbox=>[14,
240
+ 0,
241
+ 654,
242
+ 718]},
243
+ "B"=>{:charcode=>66,
244
+ :wx=>667,
245
+ :name=>"B",
246
+ :boundingbox=>[74,
247
+ 0,
248
+ 627,
249
+ 718]},
250
+ "C"=>{:charcode=>67,
251
+ :wx=>722,
252
+ :name=>"C",
253
+ :boundingbox=>[44,
254
+ -19,
255
+ 681,
256
+ 737]},
257
+ "D"=>{:charcode=>68,
258
+ :wx=>722,
259
+ :name=>"D",
260
+ :boundingbox=>[81,
261
+ 0,
262
+ 674,
263
+ 718]},
264
+ "E"=>{:charcode=>69,
265
+ :wx=>667,
266
+ :name=>"E",
267
+ :boundingbox=>[86,
268
+ 0,
269
+ 616,
270
+ 718]},
271
+ "F"=>{:charcode=>70,
272
+ :wx=>611,
273
+ :name=>"F",
274
+ :boundingbox=>[86,
275
+ 0,
276
+ 583,
277
+ 718]},
278
+ "G"=>{:charcode=>71,
279
+ :wx=>778,
280
+ :name=>"G",
281
+ :boundingbox=>[48,
282
+ -19,
283
+ 704,
284
+ 737]},
285
+ "H"=>{:charcode=>72,
286
+ :wx=>722,
287
+ :name=>"H",
288
+ :boundingbox=>[77,
289
+ 0,
290
+ 646,
291
+ 718]},
292
+ "I"=>{:charcode=>73,
293
+ :wx=>278,
294
+ :name=>"I",
295
+ :boundingbox=>[91,
296
+ 0,
297
+ 188,
298
+ 718]},
299
+ "J"=>{:charcode=>74,
300
+ :wx=>500,
301
+ :name=>"J",
302
+ :boundingbox=>[17,
303
+ -19,
304
+ 428,
305
+ 718]},
306
+ "K"=>{:charcode=>75,
307
+ :wx=>667,
308
+ :name=>"K",
309
+ :boundingbox=>[76,
310
+ 0,
311
+ 663,
312
+ 718]},
313
+ "L"=>{:charcode=>76,
314
+ :wx=>556,
315
+ :name=>"L",
316
+ :boundingbox=>[76,
317
+ 0,
318
+ 537,
319
+ 718]},
320
+ "M"=>{:charcode=>77,
321
+ :wx=>833,
322
+ :name=>"M",
323
+ :boundingbox=>[73,
324
+ 0,
325
+ 761,
326
+ 718]},
327
+ "N"=>{:charcode=>78,
328
+ :wx=>722,
329
+ :name=>"N",
330
+ :boundingbox=>[76,
331
+ 0,
332
+ 646,
333
+ 718]},
334
+ "O"=>{:charcode=>79,
335
+ :wx=>778,
336
+ :name=>"O",
337
+ :boundingbox=>[39,
338
+ -19,
339
+ 739,
340
+ 737]},
341
+ "P"=>{:charcode=>80,
342
+ :wx=>667,
343
+ :name=>"P",
344
+ :boundingbox=>[86,
345
+ 0,
346
+ 622,
347
+ 718]},
348
+ "Q"=>{:charcode=>81,
349
+ :wx=>778,
350
+ :name=>"Q",
351
+ :boundingbox=>[39,
352
+ -56,
353
+ 739,
354
+ 737]},
355
+ "R"=>{:charcode=>82,
356
+ :wx=>722,
357
+ :name=>"R",
358
+ :boundingbox=>[88,
359
+ 0,
360
+ 684,
361
+ 718]},
362
+ "S"=>{:charcode=>83,
363
+ :wx=>667,
364
+ :name=>"S",
365
+ :boundingbox=>[49,
366
+ -19,
367
+ 620,
368
+ 737]},
369
+ "T"=>{:charcode=>84,
370
+ :wx=>611,
371
+ :name=>"T",
372
+ :boundingbox=>[14,
373
+ 0,
374
+ 597,
375
+ 718]},
376
+ "U"=>{:charcode=>85,
377
+ :wx=>722,
378
+ :name=>"U",
379
+ :boundingbox=>[79,
380
+ -19,
381
+ 644,
382
+ 718]},
383
+ "V"=>{:charcode=>86,
384
+ :wx=>667,
385
+ :name=>"V",
386
+ :boundingbox=>[20,
387
+ 0,
388
+ 647,
389
+ 718]},
390
+ "W"=>{:charcode=>87,
391
+ :wx=>944,
392
+ :name=>"W",
393
+ :boundingbox=>[16,
394
+ 0,
395
+ 928,
396
+ 718]},
397
+ "X"=>{:charcode=>88,
398
+ :wx=>667,
399
+ :name=>"X",
400
+ :boundingbox=>[19,
401
+ 0,
402
+ 648,
403
+ 718]},
404
+ "Y"=>{:charcode=>89,
405
+ :wx=>667,
406
+ :name=>"Y",
407
+ :boundingbox=>[14,
408
+ 0,
409
+ 653,
410
+ 718]},
411
+ "Z"=>{:charcode=>90,
412
+ :wx=>611,
413
+ :name=>"Z",
414
+ :boundingbox=>[23,
415
+ 0,
416
+ 588,
417
+ 718]},
418
+ "bracketleft"=>{:charcode=>91,
419
+ :wx=>278,
420
+ :name=>"bracketleft",
421
+ :boundingbox=>[63,
422
+ -196,
423
+ 250,
424
+ 722]},
425
+ "backslash"=>{:charcode=>92,
426
+ :wx=>278,
427
+ :name=>"backslash",
428
+ :boundingbox=>[-17,
429
+ -19,
430
+ 295,
431
+ 737]},
432
+ "bracketright"=>{:charcode=>93,
433
+ :wx=>278,
434
+ :name=>"bracketright",
435
+ :boundingbox=>[28,
436
+ -196,
437
+ 215,
438
+ 722]},
439
+ "asciicircum"=>{:charcode=>94,
440
+ :wx=>469,
441
+ :name=>"asciicircum",
442
+ :boundingbox=>[-14,
443
+ 264,
444
+ 483,
445
+ 688]},
446
+ "underscore"=>{:charcode=>95,
447
+ :wx=>556,
448
+ :name=>"underscore",
449
+ :boundingbox=>[0,
450
+ -125,
451
+ 556,
452
+ -75]},
453
+ "quoteleft"=>{:charcode=>96,
454
+ :wx=>222,
455
+ :name=>"quoteleft",
456
+ :boundingbox=>[65,
457
+ 470,
458
+ 169,
459
+ 725]},
460
+ "a"=>{:charcode=>97,
461
+ :wx=>556,
462
+ :name=>"a",
463
+ :boundingbox=>[36,
464
+ -15,
465
+ 530,
466
+ 538]},
467
+ "b"=>{:charcode=>98,
468
+ :wx=>556,
469
+ :name=>"b",
470
+ :boundingbox=>[58,
471
+ -15,
472
+ 517,
473
+ 718]},
474
+ "c"=>{:charcode=>99,
475
+ :wx=>500,
476
+ :name=>"c",
477
+ :boundingbox=>[30,
478
+ -15,
479
+ 477,
480
+ 538]},
481
+ "d"=>{:charcode=>100,
482
+ :wx=>556,
483
+ :name=>"d",
484
+ :boundingbox=>[35,
485
+ -15,
486
+ 499,
487
+ 718]},
488
+ "e"=>{:charcode=>101,
489
+ :wx=>556,
490
+ :name=>"e",
491
+ :boundingbox=>[40,
492
+ -15,
493
+ 516,
494
+ 538]},
495
+ "f"=>{:charcode=>102,
496
+ :wx=>278,
497
+ :name=>"f",
498
+ :boundingbox=>[14,
499
+ 0,
500
+ 262,
501
+ 728]},
502
+ "g"=>{:charcode=>103,
503
+ :wx=>556,
504
+ :name=>"g",
505
+ :boundingbox=>[40,
506
+ -220,
507
+ 499,
508
+ 538]},
509
+ "h"=>{:charcode=>104,
510
+ :wx=>556,
511
+ :name=>"h",
512
+ :boundingbox=>[65,
513
+ 0,
514
+ 491,
515
+ 718]},
516
+ "i"=>{:charcode=>105,
517
+ :wx=>222,
518
+ :name=>"i",
519
+ :boundingbox=>[67,
520
+ 0,
521
+ 155,
522
+ 718]},
523
+ "j"=>{:charcode=>106,
524
+ :wx=>222,
525
+ :name=>"j",
526
+ :boundingbox=>[-16,
527
+ -210,
528
+ 155,
529
+ 718]},
530
+ "k"=>{:charcode=>107,
531
+ :wx=>500,
532
+ :name=>"k",
533
+ :boundingbox=>[67,
534
+ 0,
535
+ 501,
536
+ 718]},
537
+ "l"=>{:charcode=>108,
538
+ :wx=>222,
539
+ :name=>"l",
540
+ :boundingbox=>[67,
541
+ 0,
542
+ 155,
543
+ 718]},
544
+ "m"=>{:charcode=>109,
545
+ :wx=>833,
546
+ :name=>"m",
547
+ :boundingbox=>[65,
548
+ 0,
549
+ 769,
550
+ 538]},
551
+ "n"=>{:charcode=>110,
552
+ :wx=>556,
553
+ :name=>"n",
554
+ :boundingbox=>[65,
555
+ 0,
556
+ 491,
557
+ 538]},
558
+ "o"=>{:charcode=>111,
559
+ :wx=>556,
560
+ :name=>"o",
561
+ :boundingbox=>[35,
562
+ -14,
563
+ 521,
564
+ 538]},
565
+ "p"=>{:charcode=>112,
566
+ :wx=>556,
567
+ :name=>"p",
568
+ :boundingbox=>[58,
569
+ -207,
570
+ 517,
571
+ 538]},
572
+ "q"=>{:charcode=>113,
573
+ :wx=>556,
574
+ :name=>"q",
575
+ :boundingbox=>[35,
576
+ -207,
577
+ 494,
578
+ 538]},
579
+ "r"=>{:charcode=>114,
580
+ :wx=>333,
581
+ :name=>"r",
582
+ :boundingbox=>[77,
583
+ 0,
584
+ 332,
585
+ 538]},
586
+ "s"=>{:charcode=>115,
587
+ :wx=>500,
588
+ :name=>"s",
589
+ :boundingbox=>[32,
590
+ -15,
591
+ 464,
592
+ 538]},
593
+ "t"=>{:charcode=>116,
594
+ :wx=>278,
595
+ :name=>"t",
596
+ :boundingbox=>[14,
597
+ -7,
598
+ 257,
599
+ 669]},
600
+ "u"=>{:charcode=>117,
601
+ :wx=>556,
602
+ :name=>"u",
603
+ :boundingbox=>[68,
604
+ -15,
605
+ 489,
606
+ 523]},
607
+ "v"=>{:charcode=>118,
608
+ :wx=>500,
609
+ :name=>"v",
610
+ :boundingbox=>[8,
611
+ 0,
612
+ 492,
613
+ 523]},
614
+ "w"=>{:charcode=>119,
615
+ :wx=>722,
616
+ :name=>"w",
617
+ :boundingbox=>[14,
618
+ 0,
619
+ 709,
620
+ 523]},
621
+ "x"=>{:charcode=>120,
622
+ :wx=>500,
623
+ :name=>"x",
624
+ :boundingbox=>[11,
625
+ 0,
626
+ 490,
627
+ 523]},
628
+ "y"=>{:charcode=>121,
629
+ :wx=>500,
630
+ :name=>"y",
631
+ :boundingbox=>[11,
632
+ -214,
633
+ 489,
634
+ 523]},
635
+ "z"=>{:charcode=>122,
636
+ :wx=>500,
637
+ :name=>"z",
638
+ :boundingbox=>[31,
639
+ 0,
640
+ 469,
641
+ 523]},
642
+ "braceleft"=>{:charcode=>123,
643
+ :wx=>334,
644
+ :name=>"braceleft",
645
+ :boundingbox=>[42,
646
+ -196,
647
+ 292,
648
+ 722]},
649
+ "bar"=>{:charcode=>124,
650
+ :wx=>260,
651
+ :name=>"bar",
652
+ :boundingbox=>[94,
653
+ -225,
654
+ 167,
655
+ 775]},
656
+ "braceright"=>{:charcode=>125,
657
+ :wx=>334,
658
+ :name=>"braceright",
659
+ :boundingbox=>[42,
660
+ -196,
661
+ 292,
662
+ 722]},
663
+ "asciitilde"=>{:charcode=>126,
664
+ :wx=>584,
665
+ :name=>"asciitilde",
666
+ :boundingbox=>[61,
667
+ 180,
668
+ 523,
669
+ 326]},
670
+ "exclamdown"=>{:charcode=>161,
671
+ :wx=>333,
672
+ :name=>"exclamdown",
673
+ :boundingbox=>[118,
674
+ -195,
675
+ 215,
676
+ 523]},
677
+ "cent"=>{:charcode=>162,
678
+ :wx=>556,
679
+ :name=>"cent",
680
+ :boundingbox=>[51,
681
+ -115,
682
+ 513,
683
+ 623]},
684
+ "sterling"=>{:charcode=>163,
685
+ :wx=>556,
686
+ :name=>"sterling",
687
+ :boundingbox=>[33,
688
+ -16,
689
+ 539,
690
+ 718]},
691
+ "fraction"=>{:charcode=>164,
692
+ :wx=>167,
693
+ :name=>"fraction",
694
+ :boundingbox=>[-166,
695
+ -19,
696
+ 333,
697
+ 703]},
698
+ "yen"=>{:charcode=>165,
699
+ :wx=>556,
700
+ :name=>"yen",
701
+ :boundingbox=>[3,
702
+ 0,
703
+ 553,
704
+ 688]},
705
+ "florin"=>{:charcode=>166,
706
+ :wx=>556,
707
+ :name=>"florin",
708
+ :boundingbox=>[-11,
709
+ -207,
710
+ 501,
711
+ 737]},
712
+ "section"=>{:charcode=>167,
713
+ :wx=>556,
714
+ :name=>"section",
715
+ :boundingbox=>[43,
716
+ -191,
717
+ 512,
718
+ 737]},
719
+ "currency"=>{:charcode=>168,
720
+ :wx=>556,
721
+ :name=>"currency",
722
+ :boundingbox=>[28,
723
+ 99,
724
+ 528,
725
+ 603]},
726
+ "quotesingle"=>{:charcode=>169,
727
+ :wx=>191,
728
+ :name=>"quotesingle",
729
+ :boundingbox=>[59,
730
+ 463,
731
+ 132,
732
+ 718]},
733
+ "quotedblleft"=>{:charcode=>170,
734
+ :wx=>333,
735
+ :name=>"quotedblleft",
736
+ :boundingbox=>[38,
737
+ 470,
738
+ 307,
739
+ 725]},
740
+ "guillemotleft"=>{:charcode=>171,
741
+ :wx=>556,
742
+ :name=>"guillemotleft",
743
+ :boundingbox=>[97,
744
+ 108,
745
+ 459,
746
+ 446]},
747
+ "guilsinglleft"=>{:charcode=>172,
748
+ :wx=>333,
749
+ :name=>"guilsinglleft",
750
+ :boundingbox=>[88,
751
+ 108,
752
+ 245,
753
+ 446]},
754
+ "guilsinglright"=>{:charcode=>173,
755
+ :wx=>333,
756
+ :name=>"guilsinglright",
757
+ :boundingbox=>[88,
758
+ 108,
759
+ 245,
760
+ 446]},
761
+ "fi"=>{:charcode=>174,
762
+ :wx=>500,
763
+ :name=>"fi",
764
+ :boundingbox=>[14,
765
+ 0,
766
+ 434,
767
+ 728]},
768
+ "fl"=>{:charcode=>175,
769
+ :wx=>500,
770
+ :name=>"fl",
771
+ :boundingbox=>[14,
772
+ 0,
773
+ 432,
774
+ 728]},
775
+ "endash"=>{:charcode=>177,
776
+ :wx=>556,
777
+ :name=>"endash",
778
+ :boundingbox=>[0,
779
+ 240,
780
+ 556,
781
+ 313]},
782
+ "dagger"=>{:charcode=>178,
783
+ :wx=>556,
784
+ :name=>"dagger",
785
+ :boundingbox=>[43,
786
+ -159,
787
+ 514,
788
+ 718]},
789
+ "daggerdbl"=>{:charcode=>179,
790
+ :wx=>556,
791
+ :name=>"daggerdbl",
792
+ :boundingbox=>[43,
793
+ -159,
794
+ 514,
795
+ 718]},
796
+ "periodcentered"=>{:charcode=>180,
797
+ :wx=>278,
798
+ :name=>"periodcentered",
799
+ :boundingbox=>[77,
800
+ 190,
801
+ 202,
802
+ 315]},
803
+ "paragraph"=>{:charcode=>182,
804
+ :wx=>537,
805
+ :name=>"paragraph",
806
+ :boundingbox=>[18,
807
+ -173,
808
+ 497,
809
+ 718]},
810
+ "bullet"=>{:charcode=>183,
811
+ :wx=>350,
812
+ :name=>"bullet",
813
+ :boundingbox=>[18,
814
+ 202,
815
+ 333,
816
+ 517]},
817
+ "quotesinglbase"=>{:charcode=>184,
818
+ :wx=>222,
819
+ :name=>"quotesinglbase",
820
+ :boundingbox=>[53,
821
+ -149,
822
+ 157,
823
+ 106]},
824
+ "quotedblbase"=>{:charcode=>185,
825
+ :wx=>333,
826
+ :name=>"quotedblbase",
827
+ :boundingbox=>[26,
828
+ -149,
829
+ 295,
830
+ 106]},
831
+ "quotedblright"=>{:charcode=>186,
832
+ :wx=>333,
833
+ :name=>"quotedblright",
834
+ :boundingbox=>[26,
835
+ 463,
836
+ 295,
837
+ 718]},
838
+ "guillemotright"=>{:charcode=>187,
839
+ :wx=>556,
840
+ :name=>"guillemotright",
841
+ :boundingbox=>[97,
842
+ 108,
843
+ 459,
844
+ 446]},
845
+ "ellipsis"=>{:charcode=>188,
846
+ :wx=>1000,
847
+ :name=>"ellipsis",
848
+ :boundingbox=>[115,
849
+ 0,
850
+ 885,
851
+ 106]},
852
+ "perthousand"=>{:charcode=>189,
853
+ :wx=>1000,
854
+ :name=>"perthousand",
855
+ :boundingbox=>[7,
856
+ -19,
857
+ 994,
858
+ 703]},
859
+ "questiondown"=>{:charcode=>191,
860
+ :wx=>611,
861
+ :name=>"questiondown",
862
+ :boundingbox=>[91,
863
+ -201,
864
+ 527,
865
+ 525]},
866
+ "grave"=>{:charcode=>193,
867
+ :wx=>333,
868
+ :name=>"grave",
869
+ :boundingbox=>[14,
870
+ 593,
871
+ 211,
872
+ 734]},
873
+ "acute"=>{:charcode=>194,
874
+ :wx=>333,
875
+ :name=>"acute",
876
+ :boundingbox=>[122,
877
+ 593,
878
+ 319,
879
+ 734]},
880
+ "circumflex"=>{:charcode=>195,
881
+ :wx=>333,
882
+ :name=>"circumflex",
883
+ :boundingbox=>[21,
884
+ 593,
885
+ 312,
886
+ 734]},
887
+ "tilde"=>{:charcode=>196,
888
+ :wx=>333,
889
+ :name=>"tilde",
890
+ :boundingbox=>[-4,
891
+ 606,
892
+ 337,
893
+ 722]},
894
+ "macron"=>{:charcode=>197,
895
+ :wx=>333,
896
+ :name=>"macron",
897
+ :boundingbox=>[10,
898
+ 627,
899
+ 323,
900
+ 684]},
901
+ "breve"=>{:charcode=>198,
902
+ :wx=>333,
903
+ :name=>"breve",
904
+ :boundingbox=>[13,
905
+ 595,
906
+ 321,
907
+ 731]},
908
+ "dotaccent"=>{:charcode=>199,
909
+ :wx=>333,
910
+ :name=>"dotaccent",
911
+ :boundingbox=>[121,
912
+ 604,
913
+ 212,
914
+ 706]},
915
+ "dieresis"=>{:charcode=>200,
916
+ :wx=>333,
917
+ :name=>"dieresis",
918
+ :boundingbox=>[40,
919
+ 604,
920
+ 293,
921
+ 706]},
922
+ "ring"=>{:charcode=>202,
923
+ :wx=>333,
924
+ :name=>"ring",
925
+ :boundingbox=>[75,
926
+ 572,
927
+ 259,
928
+ 756]},
929
+ "cedilla"=>{:charcode=>203,
930
+ :wx=>333,
931
+ :name=>"cedilla",
932
+ :boundingbox=>[45,
933
+ -225,
934
+ 259,
935
+ 0]},
936
+ "hungarumlaut"=>{:charcode=>205,
937
+ :wx=>333,
938
+ :name=>"hungarumlaut",
939
+ :boundingbox=>[31,
940
+ 593,
941
+ 409,
942
+ 734]},
943
+ "ogonek"=>{:charcode=>206,
944
+ :wx=>333,
945
+ :name=>"ogonek",
946
+ :boundingbox=>[73,
947
+ -225,
948
+ 287,
949
+ 0]},
950
+ "caron"=>{:charcode=>207,
951
+ :wx=>333,
952
+ :name=>"caron",
953
+ :boundingbox=>[21,
954
+ 593,
955
+ 312,
956
+ 734]},
957
+ "emdash"=>{:charcode=>208,
958
+ :wx=>1000,
959
+ :name=>"emdash",
960
+ :boundingbox=>[0,
961
+ 240,
962
+ 1000,
963
+ 313]},
964
+ "AE"=>{:charcode=>225,
965
+ :wx=>1000,
966
+ :name=>"AE",
967
+ :boundingbox=>[8,
968
+ 0,
969
+ 951,
970
+ 718]},
971
+ "ordfeminine"=>{:charcode=>227,
972
+ :wx=>370,
973
+ :name=>"ordfeminine",
974
+ :boundingbox=>[24,
975
+ 405,
976
+ 346,
977
+ 737]},
978
+ "Lslash"=>{:charcode=>232,
979
+ :wx=>556,
980
+ :name=>"Lslash",
981
+ :boundingbox=>[-20,
982
+ 0,
983
+ 537,
984
+ 718]},
985
+ "Oslash"=>{:charcode=>233,
986
+ :wx=>778,
987
+ :name=>"Oslash",
988
+ :boundingbox=>[39,
989
+ -19,
990
+ 740,
991
+ 737]},
992
+ "OE"=>{:charcode=>234,
993
+ :wx=>1000,
994
+ :name=>"OE",
995
+ :boundingbox=>[36,
996
+ -19,
997
+ 965,
998
+ 737]},
999
+ "ordmasculine"=>{:charcode=>235,
1000
+ :wx=>365,
1001
+ :name=>"ordmasculine",
1002
+ :boundingbox=>[25,
1003
+ 405,
1004
+ 341,
1005
+ 737]},
1006
+ "ae"=>{:charcode=>241,
1007
+ :wx=>889,
1008
+ :name=>"ae",
1009
+ :boundingbox=>[36,
1010
+ -15,
1011
+ 847,
1012
+ 538]},
1013
+ "dotlessi"=>{:charcode=>245,
1014
+ :wx=>278,
1015
+ :name=>"dotlessi",
1016
+ :boundingbox=>[95,
1017
+ 0,
1018
+ 183,
1019
+ 523]},
1020
+ "lslash"=>{:charcode=>248,
1021
+ :wx=>222,
1022
+ :name=>"lslash",
1023
+ :boundingbox=>[-20,
1024
+ 0,
1025
+ 242,
1026
+ 718]},
1027
+ "oslash"=>{:charcode=>249,
1028
+ :wx=>611,
1029
+ :name=>"oslash",
1030
+ :boundingbox=>[28,
1031
+ -22,
1032
+ 537,
1033
+ 545]},
1034
+ "oe"=>{:charcode=>250,
1035
+ :wx=>944,
1036
+ :name=>"oe",
1037
+ :boundingbox=>[35,
1038
+ -15,
1039
+ 902,
1040
+ 538]},
1041
+ "germandbls"=>{:charcode=>251,
1042
+ :wx=>611,
1043
+ :name=>"germandbls",
1044
+ :boundingbox=>[67,
1045
+ -15,
1046
+ 571,
1047
+ 728]},
1048
+ "Idieresis"=>{:charcode=>-1,
1049
+ :wx=>278,
1050
+ :name=>"Idieresis",
1051
+ :boundingbox=>[13,
1052
+ 0,
1053
+ 266,
1054
+ 901]},
1055
+ "eacute"=>{:charcode=>-1,
1056
+ :wx=>556,
1057
+ :name=>"eacute",
1058
+ :boundingbox=>[40,
1059
+ -15,
1060
+ 516,
1061
+ 734]},
1062
+ "abreve"=>{:charcode=>-1,
1063
+ :wx=>556,
1064
+ :name=>"abreve",
1065
+ :boundingbox=>[36,
1066
+ -15,
1067
+ 530,
1068
+ 731]},
1069
+ "uhungarumlaut"=>{:charcode=>-1,
1070
+ :wx=>556,
1071
+ :name=>"uhungarumlaut",
1072
+ :boundingbox=>[68,
1073
+ -15,
1074
+ 521,
1075
+ 734]},
1076
+ "ecaron"=>{:charcode=>-1,
1077
+ :wx=>556,
1078
+ :name=>"ecaron",
1079
+ :boundingbox=>[40,
1080
+ -15,
1081
+ 516,
1082
+ 734]},
1083
+ "Ydieresis"=>{:charcode=>-1,
1084
+ :wx=>667,
1085
+ :name=>"Ydieresis",
1086
+ :boundingbox=>[14,
1087
+ 0,
1088
+ 653,
1089
+ 901]},
1090
+ "divide"=>{:charcode=>-1,
1091
+ :wx=>584,
1092
+ :name=>"divide",
1093
+ :boundingbox=>[39,
1094
+ -19,
1095
+ 545,
1096
+ 524]},
1097
+ "Yacute"=>{:charcode=>-1,
1098
+ :wx=>667,
1099
+ :name=>"Yacute",
1100
+ :boundingbox=>[14,
1101
+ 0,
1102
+ 653,
1103
+ 929]},
1104
+ "Acircumflex"=>{:charcode=>-1,
1105
+ :wx=>667,
1106
+ :name=>"Acircumflex",
1107
+ :boundingbox=>[14,
1108
+ 0,
1109
+ 654,
1110
+ 929]},
1111
+ "aacute"=>{:charcode=>-1,
1112
+ :wx=>556,
1113
+ :name=>"aacute",
1114
+ :boundingbox=>[36,
1115
+ -15,
1116
+ 530,
1117
+ 734]},
1118
+ "Ucircumflex"=>{:charcode=>-1,
1119
+ :wx=>722,
1120
+ :name=>"Ucircumflex",
1121
+ :boundingbox=>[79,
1122
+ -19,
1123
+ 644,
1124
+ 929]},
1125
+ "yacute"=>{:charcode=>-1,
1126
+ :wx=>500,
1127
+ :name=>"yacute",
1128
+ :boundingbox=>[11,
1129
+ -214,
1130
+ 489,
1131
+ 734]},
1132
+ "scommaaccent"=>{:charcode=>-1,
1133
+ :wx=>500,
1134
+ :name=>"scommaaccent",
1135
+ :boundingbox=>[32,
1136
+ -225,
1137
+ 464,
1138
+ 538]},
1139
+ "ecircumflex"=>{:charcode=>-1,
1140
+ :wx=>556,
1141
+ :name=>"ecircumflex",
1142
+ :boundingbox=>[40,
1143
+ -15,
1144
+ 516,
1145
+ 734]},
1146
+ "Uring"=>{:charcode=>-1,
1147
+ :wx=>722,
1148
+ :name=>"Uring",
1149
+ :boundingbox=>[79,
1150
+ -19,
1151
+ 644,
1152
+ 931]},
1153
+ "Udieresis"=>{:charcode=>-1,
1154
+ :wx=>722,
1155
+ :name=>"Udieresis",
1156
+ :boundingbox=>[79,
1157
+ -19,
1158
+ 644,
1159
+ 901]},
1160
+ "aogonek"=>{:charcode=>-1,
1161
+ :wx=>556,
1162
+ :name=>"aogonek",
1163
+ :boundingbox=>[36,
1164
+ -220,
1165
+ 547,
1166
+ 538]},
1167
+ "Uacute"=>{:charcode=>-1,
1168
+ :wx=>722,
1169
+ :name=>"Uacute",
1170
+ :boundingbox=>[79,
1171
+ -19,
1172
+ 644,
1173
+ 929]},
1174
+ "uogonek"=>{:charcode=>-1,
1175
+ :wx=>556,
1176
+ :name=>"uogonek",
1177
+ :boundingbox=>[68,
1178
+ -225,
1179
+ 519,
1180
+ 523]},
1181
+ "Edieresis"=>{:charcode=>-1,
1182
+ :wx=>667,
1183
+ :name=>"Edieresis",
1184
+ :boundingbox=>[86,
1185
+ 0,
1186
+ 616,
1187
+ 901]},
1188
+ "Dcroat"=>{:charcode=>-1,
1189
+ :wx=>722,
1190
+ :name=>"Dcroat",
1191
+ :boundingbox=>[0,
1192
+ 0,
1193
+ 674,
1194
+ 718]},
1195
+ "commaaccent"=>{:charcode=>-1,
1196
+ :wx=>250,
1197
+ :name=>"commaaccent",
1198
+ :boundingbox=>[87,
1199
+ -225,
1200
+ 181,
1201
+ -40]},
1202
+ "copyright"=>{:charcode=>-1,
1203
+ :wx=>737,
1204
+ :name=>"copyright",
1205
+ :boundingbox=>[-14,
1206
+ -19,
1207
+ 752,
1208
+ 737]},
1209
+ "Emacron"=>{:charcode=>-1,
1210
+ :wx=>667,
1211
+ :name=>"Emacron",
1212
+ :boundingbox=>[86,
1213
+ 0,
1214
+ 616,
1215
+ 879]},
1216
+ "ccaron"=>{:charcode=>-1,
1217
+ :wx=>500,
1218
+ :name=>"ccaron",
1219
+ :boundingbox=>[30,
1220
+ -15,
1221
+ 477,
1222
+ 734]},
1223
+ "aring"=>{:charcode=>-1,
1224
+ :wx=>556,
1225
+ :name=>"aring",
1226
+ :boundingbox=>[36,
1227
+ -15,
1228
+ 530,
1229
+ 756]},
1230
+ "Ncommaaccent"=>{:charcode=>-1,
1231
+ :wx=>722,
1232
+ :name=>"Ncommaaccent",
1233
+ :boundingbox=>[76,
1234
+ -225,
1235
+ 646,
1236
+ 718]},
1237
+ "lacute"=>{:charcode=>-1,
1238
+ :wx=>222,
1239
+ :name=>"lacute",
1240
+ :boundingbox=>[67,
1241
+ 0,
1242
+ 264,
1243
+ 929]},
1244
+ "agrave"=>{:charcode=>-1,
1245
+ :wx=>556,
1246
+ :name=>"agrave",
1247
+ :boundingbox=>[36,
1248
+ -15,
1249
+ 530,
1250
+ 734]},
1251
+ "Tcommaaccent"=>{:charcode=>-1,
1252
+ :wx=>611,
1253
+ :name=>"Tcommaaccent",
1254
+ :boundingbox=>[14,
1255
+ -225,
1256
+ 597,
1257
+ 718]},
1258
+ "Cacute"=>{:charcode=>-1,
1259
+ :wx=>722,
1260
+ :name=>"Cacute",
1261
+ :boundingbox=>[44,
1262
+ -19,
1263
+ 681,
1264
+ 929]},
1265
+ "atilde"=>{:charcode=>-1,
1266
+ :wx=>556,
1267
+ :name=>"atilde",
1268
+ :boundingbox=>[36,
1269
+ -15,
1270
+ 530,
1271
+ 722]},
1272
+ "Edotaccent"=>{:charcode=>-1,
1273
+ :wx=>667,
1274
+ :name=>"Edotaccent",
1275
+ :boundingbox=>[86,
1276
+ 0,
1277
+ 616,
1278
+ 901]},
1279
+ "scaron"=>{:charcode=>-1,
1280
+ :wx=>500,
1281
+ :name=>"scaron",
1282
+ :boundingbox=>[32,
1283
+ -15,
1284
+ 464,
1285
+ 734]},
1286
+ "scedilla"=>{:charcode=>-1,
1287
+ :wx=>500,
1288
+ :name=>"scedilla",
1289
+ :boundingbox=>[32,
1290
+ -225,
1291
+ 464,
1292
+ 538]},
1293
+ "iacute"=>{:charcode=>-1,
1294
+ :wx=>278,
1295
+ :name=>"iacute",
1296
+ :boundingbox=>[95,
1297
+ 0,
1298
+ 292,
1299
+ 734]},
1300
+ "lozenge"=>{:charcode=>-1,
1301
+ :wx=>471,
1302
+ :name=>"lozenge",
1303
+ :boundingbox=>[10,
1304
+ 0,
1305
+ 462,
1306
+ 728]},
1307
+ "Rcaron"=>{:charcode=>-1,
1308
+ :wx=>722,
1309
+ :name=>"Rcaron",
1310
+ :boundingbox=>[88,
1311
+ 0,
1312
+ 684,
1313
+ 929]},
1314
+ "Gcommaaccent"=>{:charcode=>-1,
1315
+ :wx=>778,
1316
+ :name=>"Gcommaaccent",
1317
+ :boundingbox=>[48,
1318
+ -225,
1319
+ 704,
1320
+ 737]},
1321
+ "ucircumflex"=>{:charcode=>-1,
1322
+ :wx=>556,
1323
+ :name=>"ucircumflex",
1324
+ :boundingbox=>[68,
1325
+ -15,
1326
+ 489,
1327
+ 734]},
1328
+ "acircumflex"=>{:charcode=>-1,
1329
+ :wx=>556,
1330
+ :name=>"acircumflex",
1331
+ :boundingbox=>[36,
1332
+ -15,
1333
+ 530,
1334
+ 734]},
1335
+ "Amacron"=>{:charcode=>-1,
1336
+ :wx=>667,
1337
+ :name=>"Amacron",
1338
+ :boundingbox=>[14,
1339
+ 0,
1340
+ 654,
1341
+ 879]},
1342
+ "rcaron"=>{:charcode=>-1,
1343
+ :wx=>333,
1344
+ :name=>"rcaron",
1345
+ :boundingbox=>[61,
1346
+ 0,
1347
+ 352,
1348
+ 734]},
1349
+ "ccedilla"=>{:charcode=>-1,
1350
+ :wx=>500,
1351
+ :name=>"ccedilla",
1352
+ :boundingbox=>[30,
1353
+ -225,
1354
+ 477,
1355
+ 538]},
1356
+ "Zdotaccent"=>{:charcode=>-1,
1357
+ :wx=>611,
1358
+ :name=>"Zdotaccent",
1359
+ :boundingbox=>[23,
1360
+ 0,
1361
+ 588,
1362
+ 901]},
1363
+ "Thorn"=>{:charcode=>-1,
1364
+ :wx=>667,
1365
+ :name=>"Thorn",
1366
+ :boundingbox=>[86,
1367
+ 0,
1368
+ 622,
1369
+ 718]},
1370
+ "Omacron"=>{:charcode=>-1,
1371
+ :wx=>778,
1372
+ :name=>"Omacron",
1373
+ :boundingbox=>[39,
1374
+ -19,
1375
+ 739,
1376
+ 879]},
1377
+ "Racute"=>{:charcode=>-1,
1378
+ :wx=>722,
1379
+ :name=>"Racute",
1380
+ :boundingbox=>[88,
1381
+ 0,
1382
+ 684,
1383
+ 929]},
1384
+ "Sacute"=>{:charcode=>-1,
1385
+ :wx=>667,
1386
+ :name=>"Sacute",
1387
+ :boundingbox=>[49,
1388
+ -19,
1389
+ 620,
1390
+ 929]},
1391
+ "dcaron"=>{:charcode=>-1,
1392
+ :wx=>643,
1393
+ :name=>"dcaron",
1394
+ :boundingbox=>[35,
1395
+ -15,
1396
+ 655,
1397
+ 718]},
1398
+ "Umacron"=>{:charcode=>-1,
1399
+ :wx=>722,
1400
+ :name=>"Umacron",
1401
+ :boundingbox=>[79,
1402
+ -19,
1403
+ 644,
1404
+ 879]},
1405
+ "uring"=>{:charcode=>-1,
1406
+ :wx=>556,
1407
+ :name=>"uring",
1408
+ :boundingbox=>[68,
1409
+ -15,
1410
+ 489,
1411
+ 756]},
1412
+ "threesuperior"=>{:charcode=>-1,
1413
+ :wx=>333,
1414
+ :name=>"threesuperior",
1415
+ :boundingbox=>[5,
1416
+ 270,
1417
+ 325,
1418
+ 703]},
1419
+ "Ograve"=>{:charcode=>-1,
1420
+ :wx=>778,
1421
+ :name=>"Ograve",
1422
+ :boundingbox=>[39,
1423
+ -19,
1424
+ 739,
1425
+ 929]},
1426
+ "Agrave"=>{:charcode=>-1,
1427
+ :wx=>667,
1428
+ :name=>"Agrave",
1429
+ :boundingbox=>[14,
1430
+ 0,
1431
+ 654,
1432
+ 929]},
1433
+ "Abreve"=>{:charcode=>-1,
1434
+ :wx=>667,
1435
+ :name=>"Abreve",
1436
+ :boundingbox=>[14,
1437
+ 0,
1438
+ 654,
1439
+ 926]},
1440
+ "multiply"=>{:charcode=>-1,
1441
+ :wx=>584,
1442
+ :name=>"multiply",
1443
+ :boundingbox=>[39,
1444
+ 0,
1445
+ 545,
1446
+ 506]},
1447
+ "uacute"=>{:charcode=>-1,
1448
+ :wx=>556,
1449
+ :name=>"uacute",
1450
+ :boundingbox=>[68,
1451
+ -15,
1452
+ 489,
1453
+ 734]},
1454
+ "Tcaron"=>{:charcode=>-1,
1455
+ :wx=>611,
1456
+ :name=>"Tcaron",
1457
+ :boundingbox=>[14,
1458
+ 0,
1459
+ 597,
1460
+ 929]},
1461
+ "partialdiff"=>{:charcode=>-1,
1462
+ :wx=>476,
1463
+ :name=>"partialdiff",
1464
+ :boundingbox=>[13,
1465
+ -38,
1466
+ 463,
1467
+ 714]},
1468
+ "ydieresis"=>{:charcode=>-1,
1469
+ :wx=>500,
1470
+ :name=>"ydieresis",
1471
+ :boundingbox=>[11,
1472
+ -214,
1473
+ 489,
1474
+ 706]},
1475
+ "Nacute"=>{:charcode=>-1,
1476
+ :wx=>722,
1477
+ :name=>"Nacute",
1478
+ :boundingbox=>[76,
1479
+ 0,
1480
+ 646,
1481
+ 929]},
1482
+ "icircumflex"=>{:charcode=>-1,
1483
+ :wx=>278,
1484
+ :name=>"icircumflex",
1485
+ :boundingbox=>[-6,
1486
+ 0,
1487
+ 285,
1488
+ 734]},
1489
+ "Ecircumflex"=>{:charcode=>-1,
1490
+ :wx=>667,
1491
+ :name=>"Ecircumflex",
1492
+ :boundingbox=>[86,
1493
+ 0,
1494
+ 616,
1495
+ 929]},
1496
+ "adieresis"=>{:charcode=>-1,
1497
+ :wx=>556,
1498
+ :name=>"adieresis",
1499
+ :boundingbox=>[36,
1500
+ -15,
1501
+ 530,
1502
+ 706]},
1503
+ "edieresis"=>{:charcode=>-1,
1504
+ :wx=>556,
1505
+ :name=>"edieresis",
1506
+ :boundingbox=>[40,
1507
+ -15,
1508
+ 516,
1509
+ 706]},
1510
+ "cacute"=>{:charcode=>-1,
1511
+ :wx=>500,
1512
+ :name=>"cacute",
1513
+ :boundingbox=>[30,
1514
+ -15,
1515
+ 477,
1516
+ 734]},
1517
+ "nacute"=>{:charcode=>-1,
1518
+ :wx=>556,
1519
+ :name=>"nacute",
1520
+ :boundingbox=>[65,
1521
+ 0,
1522
+ 491,
1523
+ 734]},
1524
+ "umacron"=>{:charcode=>-1,
1525
+ :wx=>556,
1526
+ :name=>"umacron",
1527
+ :boundingbox=>[68,
1528
+ -15,
1529
+ 489,
1530
+ 684]},
1531
+ "Ncaron"=>{:charcode=>-1,
1532
+ :wx=>722,
1533
+ :name=>"Ncaron",
1534
+ :boundingbox=>[76,
1535
+ 0,
1536
+ 646,
1537
+ 929]},
1538
+ "Iacute"=>{:charcode=>-1,
1539
+ :wx=>278,
1540
+ :name=>"Iacute",
1541
+ :boundingbox=>[91,
1542
+ 0,
1543
+ 292,
1544
+ 929]},
1545
+ "plusminus"=>{:charcode=>-1,
1546
+ :wx=>584,
1547
+ :name=>"plusminus",
1548
+ :boundingbox=>[39,
1549
+ 0,
1550
+ 545,
1551
+ 506]},
1552
+ "brokenbar"=>{:charcode=>-1,
1553
+ :wx=>260,
1554
+ :name=>"brokenbar",
1555
+ :boundingbox=>[94,
1556
+ -150,
1557
+ 167,
1558
+ 700]},
1559
+ "registered"=>{:charcode=>-1,
1560
+ :wx=>737,
1561
+ :name=>"registered",
1562
+ :boundingbox=>[-14,
1563
+ -19,
1564
+ 752,
1565
+ 737]},
1566
+ "Gbreve"=>{:charcode=>-1,
1567
+ :wx=>778,
1568
+ :name=>"Gbreve",
1569
+ :boundingbox=>[48,
1570
+ -19,
1571
+ 704,
1572
+ 926]},
1573
+ "Idotaccent"=>{:charcode=>-1,
1574
+ :wx=>278,
1575
+ :name=>"Idotaccent",
1576
+ :boundingbox=>[91,
1577
+ 0,
1578
+ 188,
1579
+ 901]},
1580
+ "summation"=>{:charcode=>-1,
1581
+ :wx=>600,
1582
+ :name=>"summation",
1583
+ :boundingbox=>[15,
1584
+ -10,
1585
+ 586,
1586
+ 706]},
1587
+ "Egrave"=>{:charcode=>-1,
1588
+ :wx=>667,
1589
+ :name=>"Egrave",
1590
+ :boundingbox=>[86,
1591
+ 0,
1592
+ 616,
1593
+ 929]},
1594
+ "racute"=>{:charcode=>-1,
1595
+ :wx=>333,
1596
+ :name=>"racute",
1597
+ :boundingbox=>[77,
1598
+ 0,
1599
+ 332,
1600
+ 734]},
1601
+ "omacron"=>{:charcode=>-1,
1602
+ :wx=>556,
1603
+ :name=>"omacron",
1604
+ :boundingbox=>[35,
1605
+ -14,
1606
+ 521,
1607
+ 684]},
1608
+ "Zacute"=>{:charcode=>-1,
1609
+ :wx=>611,
1610
+ :name=>"Zacute",
1611
+ :boundingbox=>[23,
1612
+ 0,
1613
+ 588,
1614
+ 929]},
1615
+ "Zcaron"=>{:charcode=>-1,
1616
+ :wx=>611,
1617
+ :name=>"Zcaron",
1618
+ :boundingbox=>[23,
1619
+ 0,
1620
+ 588,
1621
+ 929]},
1622
+ "greaterequal"=>{:charcode=>-1,
1623
+ :wx=>549,
1624
+ :name=>"greaterequal",
1625
+ :boundingbox=>[26,
1626
+ 0,
1627
+ 523,
1628
+ 674]},
1629
+ "Eth"=>{:charcode=>-1,
1630
+ :wx=>722,
1631
+ :name=>"Eth",
1632
+ :boundingbox=>[0,
1633
+ 0,
1634
+ 674,
1635
+ 718]},
1636
+ "Ccedilla"=>{:charcode=>-1,
1637
+ :wx=>722,
1638
+ :name=>"Ccedilla",
1639
+ :boundingbox=>[44,
1640
+ -225,
1641
+ 681,
1642
+ 737]},
1643
+ "lcommaaccent"=>{:charcode=>-1,
1644
+ :wx=>222,
1645
+ :name=>"lcommaaccent",
1646
+ :boundingbox=>[67,
1647
+ -225,
1648
+ 167,
1649
+ 718]},
1650
+ "tcaron"=>{:charcode=>-1,
1651
+ :wx=>317,
1652
+ :name=>"tcaron",
1653
+ :boundingbox=>[14,
1654
+ -7,
1655
+ 329,
1656
+ 808]},
1657
+ "eogonek"=>{:charcode=>-1,
1658
+ :wx=>556,
1659
+ :name=>"eogonek",
1660
+ :boundingbox=>[40,
1661
+ -225,
1662
+ 516,
1663
+ 538]},
1664
+ "Uogonek"=>{:charcode=>-1,
1665
+ :wx=>722,
1666
+ :name=>"Uogonek",
1667
+ :boundingbox=>[79,
1668
+ -225,
1669
+ 644,
1670
+ 718]},
1671
+ "Aacute"=>{:charcode=>-1,
1672
+ :wx=>667,
1673
+ :name=>"Aacute",
1674
+ :boundingbox=>[14,
1675
+ 0,
1676
+ 654,
1677
+ 929]},
1678
+ "Adieresis"=>{:charcode=>-1,
1679
+ :wx=>667,
1680
+ :name=>"Adieresis",
1681
+ :boundingbox=>[14,
1682
+ 0,
1683
+ 654,
1684
+ 901]},
1685
+ "egrave"=>{:charcode=>-1,
1686
+ :wx=>556,
1687
+ :name=>"egrave",
1688
+ :boundingbox=>[40,
1689
+ -15,
1690
+ 516,
1691
+ 734]},
1692
+ "zacute"=>{:charcode=>-1,
1693
+ :wx=>500,
1694
+ :name=>"zacute",
1695
+ :boundingbox=>[31,
1696
+ 0,
1697
+ 469,
1698
+ 734]},
1699
+ "iogonek"=>{:charcode=>-1,
1700
+ :wx=>222,
1701
+ :name=>"iogonek",
1702
+ :boundingbox=>[-31,
1703
+ -225,
1704
+ 183,
1705
+ 718]},
1706
+ "Oacute"=>{:charcode=>-1,
1707
+ :wx=>778,
1708
+ :name=>"Oacute",
1709
+ :boundingbox=>[39,
1710
+ -19,
1711
+ 739,
1712
+ 929]},
1713
+ "oacute"=>{:charcode=>-1,
1714
+ :wx=>556,
1715
+ :name=>"oacute",
1716
+ :boundingbox=>[35,
1717
+ -14,
1718
+ 521,
1719
+ 734]},
1720
+ "amacron"=>{:charcode=>-1,
1721
+ :wx=>556,
1722
+ :name=>"amacron",
1723
+ :boundingbox=>[36,
1724
+ -15,
1725
+ 530,
1726
+ 684]},
1727
+ "sacute"=>{:charcode=>-1,
1728
+ :wx=>500,
1729
+ :name=>"sacute",
1730
+ :boundingbox=>[32,
1731
+ -15,
1732
+ 464,
1733
+ 734]},
1734
+ "idieresis"=>{:charcode=>-1,
1735
+ :wx=>278,
1736
+ :name=>"idieresis",
1737
+ :boundingbox=>[13,
1738
+ 0,
1739
+ 266,
1740
+ 706]},
1741
+ "Ocircumflex"=>{:charcode=>-1,
1742
+ :wx=>778,
1743
+ :name=>"Ocircumflex",
1744
+ :boundingbox=>[39,
1745
+ -19,
1746
+ 739,
1747
+ 929]},
1748
+ "Ugrave"=>{:charcode=>-1,
1749
+ :wx=>722,
1750
+ :name=>"Ugrave",
1751
+ :boundingbox=>[79,
1752
+ -19,
1753
+ 644,
1754
+ 929]},
1755
+ "Delta"=>{:charcode=>-1,
1756
+ :wx=>612,
1757
+ :name=>"Delta",
1758
+ :boundingbox=>[6,
1759
+ 0,
1760
+ 608,
1761
+ 688]},
1762
+ "thorn"=>{:charcode=>-1,
1763
+ :wx=>556,
1764
+ :name=>"thorn",
1765
+ :boundingbox=>[58,
1766
+ -207,
1767
+ 517,
1768
+ 718]},
1769
+ "twosuperior"=>{:charcode=>-1,
1770
+ :wx=>333,
1771
+ :name=>"twosuperior",
1772
+ :boundingbox=>[4,
1773
+ 281,
1774
+ 323,
1775
+ 703]},
1776
+ "Odieresis"=>{:charcode=>-1,
1777
+ :wx=>778,
1778
+ :name=>"Odieresis",
1779
+ :boundingbox=>[39,
1780
+ -19,
1781
+ 739,
1782
+ 901]},
1783
+ "mu"=>{:charcode=>-1,
1784
+ :wx=>556,
1785
+ :name=>"mu",
1786
+ :boundingbox=>[68,
1787
+ -207,
1788
+ 489,
1789
+ 523]},
1790
+ "igrave"=>{:charcode=>-1,
1791
+ :wx=>278,
1792
+ :name=>"igrave",
1793
+ :boundingbox=>[-13,
1794
+ 0,
1795
+ 184,
1796
+ 734]},
1797
+ "ohungarumlaut"=>{:charcode=>-1,
1798
+ :wx=>556,
1799
+ :name=>"ohungarumlaut",
1800
+ :boundingbox=>[35,
1801
+ -14,
1802
+ 521,
1803
+ 734]},
1804
+ "Eogonek"=>{:charcode=>-1,
1805
+ :wx=>667,
1806
+ :name=>"Eogonek",
1807
+ :boundingbox=>[86,
1808
+ -220,
1809
+ 633,
1810
+ 718]},
1811
+ "dcroat"=>{:charcode=>-1,
1812
+ :wx=>556,
1813
+ :name=>"dcroat",
1814
+ :boundingbox=>[35,
1815
+ -15,
1816
+ 550,
1817
+ 718]},
1818
+ "threequarters"=>{:charcode=>-1,
1819
+ :wx=>834,
1820
+ :name=>"threequarters",
1821
+ :boundingbox=>[45,
1822
+ -19,
1823
+ 810,
1824
+ 703]},
1825
+ "Scedilla"=>{:charcode=>-1,
1826
+ :wx=>667,
1827
+ :name=>"Scedilla",
1828
+ :boundingbox=>[49,
1829
+ -225,
1830
+ 620,
1831
+ 737]},
1832
+ "lcaron"=>{:charcode=>-1,
1833
+ :wx=>299,
1834
+ :name=>"lcaron",
1835
+ :boundingbox=>[67,
1836
+ 0,
1837
+ 311,
1838
+ 718]},
1839
+ "Kcommaaccent"=>{:charcode=>-1,
1840
+ :wx=>667,
1841
+ :name=>"Kcommaaccent",
1842
+ :boundingbox=>[76,
1843
+ -225,
1844
+ 663,
1845
+ 718]},
1846
+ "Lacute"=>{:charcode=>-1,
1847
+ :wx=>556,
1848
+ :name=>"Lacute",
1849
+ :boundingbox=>[76,
1850
+ 0,
1851
+ 537,
1852
+ 929]},
1853
+ "trademark"=>{:charcode=>-1,
1854
+ :wx=>1000,
1855
+ :name=>"trademark",
1856
+ :boundingbox=>[46,
1857
+ 306,
1858
+ 903,
1859
+ 718]},
1860
+ "edotaccent"=>{:charcode=>-1,
1861
+ :wx=>556,
1862
+ :name=>"edotaccent",
1863
+ :boundingbox=>[40,
1864
+ -15,
1865
+ 516,
1866
+ 706]},
1867
+ "Igrave"=>{:charcode=>-1,
1868
+ :wx=>278,
1869
+ :name=>"Igrave",
1870
+ :boundingbox=>[-13,
1871
+ 0,
1872
+ 188,
1873
+ 929]},
1874
+ "Imacron"=>{:charcode=>-1,
1875
+ :wx=>278,
1876
+ :name=>"Imacron",
1877
+ :boundingbox=>[-17,
1878
+ 0,
1879
+ 296,
1880
+ 879]},
1881
+ "Lcaron"=>{:charcode=>-1,
1882
+ :wx=>556,
1883
+ :name=>"Lcaron",
1884
+ :boundingbox=>[76,
1885
+ 0,
1886
+ 537,
1887
+ 718]},
1888
+ "onehalf"=>{:charcode=>-1,
1889
+ :wx=>834,
1890
+ :name=>"onehalf",
1891
+ :boundingbox=>[43,
1892
+ -19,
1893
+ 773,
1894
+ 703]},
1895
+ "lessequal"=>{:charcode=>-1,
1896
+ :wx=>549,
1897
+ :name=>"lessequal",
1898
+ :boundingbox=>[26,
1899
+ 0,
1900
+ 523,
1901
+ 674]},
1902
+ "ocircumflex"=>{:charcode=>-1,
1903
+ :wx=>556,
1904
+ :name=>"ocircumflex",
1905
+ :boundingbox=>[35,
1906
+ -14,
1907
+ 521,
1908
+ 734]},
1909
+ "ntilde"=>{:charcode=>-1,
1910
+ :wx=>556,
1911
+ :name=>"ntilde",
1912
+ :boundingbox=>[65,
1913
+ 0,
1914
+ 491,
1915
+ 722]},
1916
+ "Uhungarumlaut"=>{:charcode=>-1,
1917
+ :wx=>722,
1918
+ :name=>"Uhungarumlaut",
1919
+ :boundingbox=>[79,
1920
+ -19,
1921
+ 644,
1922
+ 929]},
1923
+ "Eacute"=>{:charcode=>-1,
1924
+ :wx=>667,
1925
+ :name=>"Eacute",
1926
+ :boundingbox=>[86,
1927
+ 0,
1928
+ 616,
1929
+ 929]},
1930
+ "emacron"=>{:charcode=>-1,
1931
+ :wx=>556,
1932
+ :name=>"emacron",
1933
+ :boundingbox=>[40,
1934
+ -15,
1935
+ 516,
1936
+ 684]},
1937
+ "gbreve"=>{:charcode=>-1,
1938
+ :wx=>556,
1939
+ :name=>"gbreve",
1940
+ :boundingbox=>[40,
1941
+ -220,
1942
+ 499,
1943
+ 731]},
1944
+ "onequarter"=>{:charcode=>-1,
1945
+ :wx=>834,
1946
+ :name=>"onequarter",
1947
+ :boundingbox=>[73,
1948
+ -19,
1949
+ 756,
1950
+ 703]},
1951
+ "Scaron"=>{:charcode=>-1,
1952
+ :wx=>667,
1953
+ :name=>"Scaron",
1954
+ :boundingbox=>[49,
1955
+ -19,
1956
+ 620,
1957
+ 929]},
1958
+ "Scommaaccent"=>{:charcode=>-1,
1959
+ :wx=>667,
1960
+ :name=>"Scommaaccent",
1961
+ :boundingbox=>[49,
1962
+ -225,
1963
+ 620,
1964
+ 737]},
1965
+ "Ohungarumlaut"=>{:charcode=>-1,
1966
+ :wx=>778,
1967
+ :name=>"Ohungarumlaut",
1968
+ :boundingbox=>[39,
1969
+ -19,
1970
+ 739,
1971
+ 929]},
1972
+ "degree"=>{:charcode=>-1,
1973
+ :wx=>400,
1974
+ :name=>"degree",
1975
+ :boundingbox=>[54,
1976
+ 411,
1977
+ 346,
1978
+ 703]},
1979
+ "ograve"=>{:charcode=>-1,
1980
+ :wx=>556,
1981
+ :name=>"ograve",
1982
+ :boundingbox=>[35,
1983
+ -14,
1984
+ 521,
1985
+ 734]},
1986
+ "Ccaron"=>{:charcode=>-1,
1987
+ :wx=>722,
1988
+ :name=>"Ccaron",
1989
+ :boundingbox=>[44,
1990
+ -19,
1991
+ 681,
1992
+ 929]},
1993
+ "ugrave"=>{:charcode=>-1,
1994
+ :wx=>556,
1995
+ :name=>"ugrave",
1996
+ :boundingbox=>[68,
1997
+ -15,
1998
+ 489,
1999
+ 734]},
2000
+ "radical"=>{:charcode=>-1,
2001
+ :wx=>453,
2002
+ :name=>"radical",
2003
+ :boundingbox=>[-4,
2004
+ -80,
2005
+ 458,
2006
+ 762]},
2007
+ "Dcaron"=>{:charcode=>-1,
2008
+ :wx=>722,
2009
+ :name=>"Dcaron",
2010
+ :boundingbox=>[81,
2011
+ 0,
2012
+ 674,
2013
+ 929]},
2014
+ "rcommaaccent"=>{:charcode=>-1,
2015
+ :wx=>333,
2016
+ :name=>"rcommaaccent",
2017
+ :boundingbox=>[77,
2018
+ -225,
2019
+ 332,
2020
+ 538]},
2021
+ "Ntilde"=>{:charcode=>-1,
2022
+ :wx=>722,
2023
+ :name=>"Ntilde",
2024
+ :boundingbox=>[76,
2025
+ 0,
2026
+ 646,
2027
+ 917]},
2028
+ "otilde"=>{:charcode=>-1,
2029
+ :wx=>556,
2030
+ :name=>"otilde",
2031
+ :boundingbox=>[35,
2032
+ -14,
2033
+ 521,
2034
+ 722]},
2035
+ "Rcommaaccent"=>{:charcode=>-1,
2036
+ :wx=>722,
2037
+ :name=>"Rcommaaccent",
2038
+ :boundingbox=>[88,
2039
+ -225,
2040
+ 684,
2041
+ 718]},
2042
+ "Lcommaaccent"=>{:charcode=>-1,
2043
+ :wx=>556,
2044
+ :name=>"Lcommaaccent",
2045
+ :boundingbox=>[76,
2046
+ -225,
2047
+ 537,
2048
+ 718]},
2049
+ "Atilde"=>{:charcode=>-1,
2050
+ :wx=>667,
2051
+ :name=>"Atilde",
2052
+ :boundingbox=>[14,
2053
+ 0,
2054
+ 654,
2055
+ 917]},
2056
+ "Aogonek"=>{:charcode=>-1,
2057
+ :wx=>667,
2058
+ :name=>"Aogonek",
2059
+ :boundingbox=>[14,
2060
+ -225,
2061
+ 654,
2062
+ 718]},
2063
+ "Aring"=>{:charcode=>-1,
2064
+ :wx=>667,
2065
+ :name=>"Aring",
2066
+ :boundingbox=>[14,
2067
+ 0,
2068
+ 654,
2069
+ 931]},
2070
+ "Otilde"=>{:charcode=>-1,
2071
+ :wx=>778,
2072
+ :name=>"Otilde",
2073
+ :boundingbox=>[39,
2074
+ -19,
2075
+ 739,
2076
+ 917]},
2077
+ "zdotaccent"=>{:charcode=>-1,
2078
+ :wx=>500,
2079
+ :name=>"zdotaccent",
2080
+ :boundingbox=>[31,
2081
+ 0,
2082
+ 469,
2083
+ 706]},
2084
+ "Ecaron"=>{:charcode=>-1,
2085
+ :wx=>667,
2086
+ :name=>"Ecaron",
2087
+ :boundingbox=>[86,
2088
+ 0,
2089
+ 616,
2090
+ 929]},
2091
+ "Iogonek"=>{:charcode=>-1,
2092
+ :wx=>278,
2093
+ :name=>"Iogonek",
2094
+ :boundingbox=>[-3,
2095
+ -225,
2096
+ 211,
2097
+ 718]},
2098
+ "kcommaaccent"=>{:charcode=>-1,
2099
+ :wx=>500,
2100
+ :name=>"kcommaaccent",
2101
+ :boundingbox=>[67,
2102
+ -225,
2103
+ 501,
2104
+ 718]},
2105
+ "minus"=>{:charcode=>-1,
2106
+ :wx=>584,
2107
+ :name=>"minus",
2108
+ :boundingbox=>[39,
2109
+ 216,
2110
+ 545,
2111
+ 289]},
2112
+ "Icircumflex"=>{:charcode=>-1,
2113
+ :wx=>278,
2114
+ :name=>"Icircumflex",
2115
+ :boundingbox=>[-6,
2116
+ 0,
2117
+ 285,
2118
+ 929]},
2119
+ "ncaron"=>{:charcode=>-1,
2120
+ :wx=>556,
2121
+ :name=>"ncaron",
2122
+ :boundingbox=>[65,
2123
+ 0,
2124
+ 491,
2125
+ 734]},
2126
+ "tcommaaccent"=>{:charcode=>-1,
2127
+ :wx=>278,
2128
+ :name=>"tcommaaccent",
2129
+ :boundingbox=>[14,
2130
+ -225,
2131
+ 257,
2132
+ 669]},
2133
+ "logicalnot"=>{:charcode=>-1,
2134
+ :wx=>584,
2135
+ :name=>"logicalnot",
2136
+ :boundingbox=>[39,
2137
+ 108,
2138
+ 545,
2139
+ 390]},
2140
+ "odieresis"=>{:charcode=>-1,
2141
+ :wx=>556,
2142
+ :name=>"odieresis",
2143
+ :boundingbox=>[35,
2144
+ -14,
2145
+ 521,
2146
+ 706]},
2147
+ "udieresis"=>{:charcode=>-1,
2148
+ :wx=>556,
2149
+ :name=>"udieresis",
2150
+ :boundingbox=>[68,
2151
+ -15,
2152
+ 489,
2153
+ 706]},
2154
+ "notequal"=>{:charcode=>-1,
2155
+ :wx=>549,
2156
+ :name=>"notequal",
2157
+ :boundingbox=>[12,
2158
+ -35,
2159
+ 537,
2160
+ 551]},
2161
+ "gcommaaccent"=>{:charcode=>-1,
2162
+ :wx=>556,
2163
+ :name=>"gcommaaccent",
2164
+ :boundingbox=>[40,
2165
+ -220,
2166
+ 499,
2167
+ 822]},
2168
+ "eth"=>{:charcode=>-1,
2169
+ :wx=>556,
2170
+ :name=>"eth",
2171
+ :boundingbox=>[35,
2172
+ -15,
2173
+ 522,
2174
+ 737]},
2175
+ "zcaron"=>{:charcode=>-1,
2176
+ :wx=>500,
2177
+ :name=>"zcaron",
2178
+ :boundingbox=>[31,
2179
+ 0,
2180
+ 469,
2181
+ 734]},
2182
+ "ncommaaccent"=>{:charcode=>-1,
2183
+ :wx=>556,
2184
+ :name=>"ncommaaccent",
2185
+ :boundingbox=>[65,
2186
+ -225,
2187
+ 491,
2188
+ 538]},
2189
+ "onesuperior"=>{:charcode=>-1,
2190
+ :wx=>333,
2191
+ :name=>"onesuperior",
2192
+ :boundingbox=>[43,
2193
+ 281,
2194
+ 222,
2195
+ 703]},
2196
+ "imacron"=>{:charcode=>-1,
2197
+ :wx=>278,
2198
+ :name=>"imacron",
2199
+ :boundingbox=>[5,
2200
+ 0,
2201
+ 272,
2202
+ 684]},
2203
+ "Euro"=>{:charcode=>-1,
2204
+ :wx=>556,
2205
+ :name=>"Euro",
2206
+ :boundingbox=>[0,
2207
+ 0,
2208
+ 0,
2209
+ 0]}}
2210
+ end
2211
+ end