combine_pdf 0.0.8 → 0.0.9

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