-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDomitian-Bold.sfd
32032 lines (31157 loc) · 682 KB
/
Domitian-Bold.sfd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
SplineFontDB: 3.2
FontName: Domitian-Bold
FullName: Domitian Bold
FamilyName: Domitian
Weight: Bold
Copyright: Copyright (c) 2014, 2015 by (URW)++ Design & Development\nCopyright (c) 2019, 2020 by Daniel Benjamin Miller
Version: 1.0.1
ItalicAngle: 0
UnderlinePosition: -100
UnderlineWidth: 50
Ascent: 726
Descent: 274
InvalidEm: 0
sfntRevision: 0x00010000
LayerCount: 2
Layer: 0 0 "Back" 1
Layer: 1 0 "Fore" 0
XUID: [1021 165 2128061049 199118]
UniqueID: 4227890
StyleMap: 0x0020
FSType: 0
OS2Version: 3
OS2_WeightWidthSlopeOnly: 0
OS2_UseTypoMetrics: 0
CreationTime: 1464719619
ModificationTime: 1590398032
PfmFamily: 17
TTFWeight: 700
TTFWidth: 5
LineGap: 200
VLineGap: 0
Panose: 2 4 7 2 5 5 5 3 3 4
OS2TypoAscent: 726
OS2TypoAOffset: 0
OS2TypoDescent: -274
OS2TypoDOffset: 0
OS2TypoLinegap: 200
OS2WinAscent: 924
OS2WinAOffset: 0
OS2WinDescent: 266
OS2WinDOffset: 0
HheadAscent: 726
HheadAOffset: 0
HheadDescent: -274
HheadDOffset: 0
OS2SubXSize: 650
OS2SubYSize: 600
OS2SubXOff: 0
OS2SubYOff: 75
OS2SupXSize: 650
OS2SupYSize: 600
OS2SupXOff: 0
OS2SupYOff: 350
OS2StrikeYSize: 69
OS2StrikeYPos: 269
OS2CapHeight: 689
OS2XHeight: 449
OS2Vendor: 'XDBM'
OS2CodePages: 6000009f.00000000
OS2UnicodeRanges: 00000287.00000800.00000000.00000000
Lookup: 1 0 0 "'aalt' Access All Alternates lookup 0" { "'aalt' Access All Alternates lookup 0 subtable" } ['aalt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AZE ' 'CRT ' 'DEU ' 'MOL ' 'ROM ' 'SRB ' 'TRK ' 'dflt' > ) ]
Lookup: 3 0 0 "'aalt' Access All Alternates lookup 1" { "'aalt' Access All Alternates lookup 1 subtable" } ['aalt' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AZE ' 'CRT ' 'DEU ' 'MOL ' 'ROM ' 'SRB ' 'TRK ' 'dflt' > ) ]
Lookup: 1 0 0 "'locl' Localized Forms in Latin lookup 2" { "'locl' Localized Forms in Latin lookup 2 subtable" } ['locl' ('latn' <'MOL ' 'ROM ' > ) ]
Lookup: 1 0 0 "'sups' Superscript lookup 3" { "'sups' Superscript lookup 3 subtable" ("superior") } ['sups' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AZE ' 'CRT ' 'DEU ' 'MOL ' 'ROM ' 'SRB ' 'TRK ' 'dflt' > ) ]
Lookup: 1 0 0 "'sinf' Scientific Inferiors lookup 23" { "'sinf' Scientific Inferiors lookup 23-1" ("infs") } ['sinf' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AZE ' 'CRT ' 'DEU ' 'MOL ' 'ROM ' 'SRB ' 'TRK ' 'dflt' > ) ]
Lookup: 1 0 0 "'numr' Numerators lookup 4" { "'numr' Numerators lookup 4 subtable" } ['numr' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AZE ' 'CRT ' 'DEU ' 'MOL ' 'ROM ' 'SRB ' 'TRK ' 'dflt' > ) ]
Lookup: 1 0 0 "'dnom' Denominators lookup 5" { "'dnom' Denominators lookup 5 subtable" } ['dnom' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AZE ' 'CRT ' 'DEU ' 'MOL ' 'ROM ' 'SRB ' 'TRK ' 'dflt' > ) ]
Lookup: 1 0 0 "'onum' Oldstyle Figures lookup 22" { "'onum' Oldstyle Figures lookup 22-1" ("onum") } ['onum' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AZE ' 'CRT ' 'DEU ' 'MOL ' 'ROM ' 'SRB ' 'TRK ' 'dflt' > ) ]
Lookup: 4 0 0 "'frac' Diagonal Fractions lookup 6" { "'frac' Diagonal Fractions lookup 6 subtable" } ['frac' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AZE ' 'CRT ' 'DEU ' 'MOL ' 'ROM ' 'SRB ' 'TRK ' 'dflt' > ) ]
Lookup: 4 0 0 "'frac' Diagonal Fractions lookup 7" { "'frac' Diagonal Fractions lookup 7 subtable" } ['frac' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AZE ' 'CRT ' 'DEU ' 'MOL ' 'ROM ' 'SRB ' 'TRK ' 'dflt' > ) ]
Lookup: 4 0 0 "'frac' Diagonal Fractions lookup 8" { "'frac' Diagonal Fractions lookup 8 subtable" } ['frac' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AZE ' 'CRT ' 'DEU ' 'MOL ' 'ROM ' 'SRB ' 'TRK ' 'dflt' > ) ]
Lookup: 4 0 0 "'frac' Diagonal Fractions lookup 9" { "'frac' Diagonal Fractions lookup 9 subtable" } ['frac' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AZE ' 'CRT ' 'DEU ' 'MOL ' 'ROM ' 'SRB ' 'TRK ' 'dflt' > ) ]
Lookup: 4 0 0 "'frac' Diagonal Fractions lookup 10" { "'frac' Diagonal Fractions lookup 10 subtable" } ['frac' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AZE ' 'CRT ' 'DEU ' 'MOL ' 'ROM ' 'SRB ' 'TRK ' 'dflt' > ) ]
Lookup: 4 0 0 "'frac' Diagonal Fractions lookup 11" { "'frac' Diagonal Fractions lookup 11 subtable" } ['frac' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AZE ' 'CRT ' 'DEU ' 'MOL ' 'ROM ' 'SRB ' 'TRK ' 'dflt' > ) ]
Lookup: 4 0 0 "'frac' Diagonal Fractions lookup 12" { "'frac' Diagonal Fractions lookup 12 subtable" } ['frac' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AZE ' 'CRT ' 'DEU ' 'MOL ' 'ROM ' 'SRB ' 'TRK ' 'dflt' > ) ]
Lookup: 4 0 0 "'frac' Diagonal Fractions lookup 13" { "'frac' Diagonal Fractions lookup 13 subtable" } ['frac' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AZE ' 'CRT ' 'DEU ' 'MOL ' 'ROM ' 'SRB ' 'TRK ' 'dflt' > ) ]
Lookup: 4 0 0 "'frac' Diagonal Fractions lookup 14" { "'frac' Diagonal Fractions lookup 14 subtable" } ['frac' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AZE ' 'CRT ' 'DEU ' 'MOL ' 'ROM ' 'SRB ' 'TRK ' 'dflt' > ) ]
Lookup: 4 0 1 "'liga' Standard Ligatures in Latin lookup 15" { "'liga' Standard Ligatures in Latin lookup 15 subtable" } ['liga' ('latn' <'DEU ' 'MOL ' 'ROM ' 'SRB ' 'dflt' > ) ]
Lookup: 4 0 1 "'liga' Standard Ligatures in Latin lookup 16" { "'liga' Standard Ligatures in Latin lookup 16 subtable" } ['liga' ('latn' <'AZE ' 'CRT ' 'DEU ' 'MOL ' 'ROM ' 'SRB ' 'TRK ' 'dflt' > ) ]
Lookup: 4 0 1 "'liga' Standard Ligatures in Latin lookup 17" { "'liga' Standard Ligatures in Latin lookup 17 subtable" } ['liga' ('latn' <'AZE ' 'CRT ' 'DEU ' 'MOL ' 'ROM ' 'SRB ' 'TRK ' 'dflt' > ) ]
Lookup: 1 0 0 "'hist' Historical Forms lookup 18" { "'hist' Historical Forms lookup 18 subtable" } ['hist' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AZE ' 'CRT ' 'DEU ' 'MOL ' 'ROM ' 'SRB ' 'TRK ' 'dflt' > ) ]
Lookup: 1 0 0 "'fina' Terminal Forms lookup 19" { "'fina' Terminal Forms lookup 19 subtable" } ['fina' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AZE ' 'CRT ' 'DEU ' 'MOL ' 'ROM ' 'SRB ' 'TRK ' 'dflt' > ) ]
Lookup: 6 0 0 "'ordn' Ordinals lookup 20" { "'ordn' Ordinals lookup 20 contextual 0" "'ordn' Ordinals lookup 20 contextual 1" "'ordn' Ordinals lookup 20 contextual 2" "'ordn' Ordinals lookup 20 contextual 3" } ['ordn' ('DFLT' <'dflt' > 'cyrl' <'dflt' > 'grek' <'dflt' > 'latn' <'AZE ' 'CRT ' 'DEU ' 'MOL ' 'ROM ' 'SRB ' 'TRK ' 'dflt' > ) ]
Lookup: 1 0 0 "Single Substitution lookup 21" { "Single Substitution lookup 21 subtable" } []
Lookup: 258 0 0 "kernHorizontalKerninginLatinlookup0" { "kernHorizontalKerninginLatinlookup0 per glyph data 0" "kernHorizontalKerninginLatinlookup0 kerning class 1" [150,0,0] } ['kern' ('latn' <'dflt' > 'DFLT' <'dflt' > ) ]
MarkAttachClasses: 1
DEI: 91125
KernClass2: 15 27 "kernHorizontalKerninginLatinlookup0 kerning class 1"
84 A Agrave Aacute Acircumflex Atilde Adieresis Aring Amacron Abreve Aogonek Aringacute
1 F
40 L Lacute Lcommaaccent Lcaron Ldot Lslash
1 P
28 R Racute Rcommaaccent Rcaron
34 T Tcommaaccent Tcaron Tbar uni021A
1 V
37 W Wcircumflex Wgrave Wacute Wdieresis
37 Y Yacute Ycircumflex Ydieresis Ygrave
4 f ff
10 quoteright
28 r racute rcommaaccent rcaron
1 v
37 w wcircumflex wgrave wacute wdieresis
95 A Agrave Aacute Acircumflex Atilde Adieresis Aring AE Amacron Abreve Aogonek Aringacute AEacute
34 T Tcommaaccent Tcaron Tbar uni021A
1 V
37 W Wcircumflex Wgrave Wacute Wdieresis
37 Y Yacute Ycircumflex Ydieresis Ygrave
95 a agrave aacute acircumflex atilde adieresis aring ae amacron abreve aogonek aringacute aeacute
47 c ccedilla cacute ccircumflex cdotaccent ccaron
5 colon
5 comma
78 e egrave eacute ecircumflex edieresis emacron ebreve edotaccent eogonek ecaron
29 f germandbls ff fi fl ffi ffl
6 hyphen
79 i igrave iacute icircumflex idieresis itilde imacron ibreve iogonek dotlessi ij
95 o ograve oacute ocircumflex otilde odieresis oslash omacron obreve ohungarumlaut oe oslashacute
1 p
6 period
1 q
10 quoteright
28 r racute rcommaaccent rcaron
49 s sacute scircumflex scedilla scaron scommaaccent
9 semicolon
34 t tcommaaccent tcaron tbar uni021B
87 u ugrave uacute ucircumflex udieresis utilde umacron ubreve uring uhungarumlaut uogonek
1 v
37 w wcircumflex wgrave wacute wdieresis
37 y yacute ydieresis ycircumflex ygrave
0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} -92 {} -129 {} -90 {} -111 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} -70 {} -70 {} -70 {} 0 {} -55 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} -111 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} -111 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} -74 {} -92 {} -92 {} -92 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} -74 {} 0 {} -74 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} -129 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} -129 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} -55 {} -74 {} -37 {} -55 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} -30 {} 0 {} -92 {} 0 {} 0 {} 0 {} 0 {} -111 {} -129 {} -74 {} -92 {} -111 {} 0 {} -92 {} -55 {} -111 {} 0 {} -92 {} 0 {} 0 {} -111 {} -111 {} -74 {} 0 {} -129 {} 0 {} -90 {} -90 {} 0 {} -129 {} 0 {} 0 {} 0 {} 0 {} -111 {} 0 {} -74 {} -129 {} -111 {} 0 {} -92 {} -55 {} -111 {} 0 {} -129 {} 0 {} 0 {} -111 {} 0 {} -74 {} 0 {} -92 {} 0 {} 0 {} -90 {} 0 {} -90 {} 0 {} 0 {} 0 {} 0 {} -74 {} 0 {} -37 {} -92 {} -74 {} 0 {} -37 {} -37 {} -74 {} 0 {} -37 {} 0 {} 0 {} -74 {} 0 {} -37 {} 0 {} -74 {} 0 {} 0 {} -74 {} 0 {} -55 {} 0 {} 0 {} 0 {} 0 {} -74 {} 0 {} 0 {} 0 {} -74 {} 0 {} 0 {} -55 {} -74 {} -74 {} 0 {} -92 {} 0 {} 0 {} 0 {} 0 {} 0 {} -74 {} -74 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} -18 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 37 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} -18 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} -55 {} 0 {} 0 {} -18 {} 0 {} 0 {} 0 {} -55 {} 0 {} 55 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} -111 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} -111 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} -92 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} -92 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {} 0 {}
ChainSub2: coverage "'ordn' Ordinals lookup 20 contextual 3" 0 0 0 1
1 2 0
Coverage: 1 o
BCoverage: 6 period
BCoverage: 49 zero one two three four five six seven eight nine
1
SeqLookup: 0 "Single Substitution lookup 21"
EndFPST
ChainSub2: coverage "'ordn' Ordinals lookup 20 contextual 2" 0 0 0 1
1 2 0
Coverage: 1 a
BCoverage: 6 period
BCoverage: 49 zero one two three four five six seven eight nine
1
SeqLookup: 0 "Single Substitution lookup 21"
EndFPST
ChainSub2: coverage "'ordn' Ordinals lookup 20 contextual 1" 0 0 0 1
1 1 0
Coverage: 1 o
BCoverage: 49 zero one two three four five six seven eight nine
1
SeqLookup: 0 "Single Substitution lookup 21"
EndFPST
ChainSub2: coverage "'ordn' Ordinals lookup 20 contextual 0" 0 0 0 1
1 1 0
Coverage: 1 a
BCoverage: 49 zero one two three four five six seven eight nine
1
SeqLookup: 0 "Single Substitution lookup 21"
EndFPST
LangName: 1033 "Copyright 2014 by (URW)+-+- Design & Development.+AAoA-Copyright 2019 by Daniel Benjamin Miller." "" "" "" "Domitian-Bold" "Version 1.00"
DesignSize: 120
Encoding: UnicodeBmp
Compacted: 1
UnicodeInterp: none
NameList: AGL For New Fonts
DisplaySize: -48
AntiAlias: 1
FitToEm: 0
WinInfo: 19 19 14
BeginPrivate: 8
BlueValues 47 [-17 0 678 695 459 471 660 660 720 724 643 663]
StdHW 4 [55]
StdVW 5 [122]
ForceBold 4 true
BlueScale 9 0.0479583
FamilyBlues 31 [-20 0 689 709 459 469 726 728]
FamilyOtherBlues 19 [266 276 -293 -278]
OtherBlues 19 [261 263 -266 -255]
EndPrivate
TeXData: 1 12582912 0 262144 131072 87381 481296 1048576 87381 783286 444596 497025 792723 393216 433062 380633 303038 157286 324010 404750 52429 2506097 1059062 262144
BeginChars: 65557 875
StartChar: space
Encoding: 32 32 0
Width: 250
Flags: HMW
LayerCount: 2
EndChar
StartChar: exclam
Encoding: 33 33 1
Width: 278
Flags: MW
LayerCount: 2
Fore
SplineSet
142 144 m 0
182 144 219 106 219 65 c 0
219 24 182 -12 141 -12 c 0
99 -12 63 23 63 65 c 0
63 107 100 144 142 144 c 0
168 688 m 1
219 688 l 1
219 654 217 631 212 592 c 2
162 220 l 1
124 199 l 1
119 207 l 1
72 565 l 2
70 582 69 592 68 644 c 1
168 688 l 1
EndSplineSet
EndChar
StartChar: quotedbl
Encoding: 34 34 2
Width: 402
Flags: MW
LayerCount: 2
Fore
SplineSet
113 376 m 1
67 376 l 1
23 615 l 2
22 618 22 621 22 624 c 0
22 660 55 695 90 695 c 0
125 695 158 660 158 624 c 0
158 621 158 618 157 615 c 2
113 376 l 1
335 376 m 1
289 376 l 1
245 615 l 2
244 618 244 621 244 624 c 0
244 660 277 695 312 695 c 0
347 695 380 661 380 623 c 0
380 621 380 618 379 615 c 2
335 376 l 1
EndSplineSet
EndChar
StartChar: numbersign
Encoding: 35 35 3
Width: 500
Flags: MW
LayerCount: 2
Fore
SplineSet
470 290 m 1
470 215 l 1
365 215 l 1
333 0 l 1
258 0 l 1
290 215 l 1
182 215 l 1
150 0 l 1
75 0 l 1
107 215 l 1
4 215 l 1
4 290 l 1
119 290 l 1
135 397 l 1
32 397 l 1
32 472 l 1
146 472 l 1
176 673 l 1
251 673 l 1
221 472 l 1
328 472 l 1
357 673 l 1
432 673 l 1
403 472 l 1
496 472 l 1
496 397 l 1
392 397 l 1
376 290 l 1
470 290 l 1
317 397 m 1
210 397 l 1
194 290 l 1
301 290 l 1
317 397 l 1
EndSplineSet
EndChar
StartChar: dollar
Encoding: 36 36 4
Width: 500
Flags: MW
LayerCount: 2
Fore
SplineSet
221 37 m 1
221 277 l 1
140 288 102 302 72 332 c 0
42 361 28 403 28 462 c 0
28 525 48 574 88 609 c 0
122 639 152 653 221 668 c 1
219 721 l 1
269 721 l 1
267 668 l 1
332 667 381 657 432 635 c 1
434 628 l 1
424 593 420 551 420 488 c 1
381 488 l 1
381 548 377 571 366 579 c 0
341 599 304 613 267 614 c 1
267 402 l 1
357 385 399 369 429 337 c 0
458 306 472 267 472 214 c 0
472 131 434 60 368 19 c 0
338 1 315 -6 267 -13 c 1
269 -114 l 1
218 -114 l 1
221 -17 l 1
141 -14 85 -2 33 23 c 1
30 32 l 1
35 77 37 109 39 181 c 1
79 181 l 1
80 141 l 2
81 106 87 92 109 75 c 0
144 51 181 38 221 37 c 1
267 267 m 1
267 40 l 1
331 59 365 101 365 161 c 0
365 221 332 256 267 267 c 1
221 408 m 1
221 614 l 1
169 610 130 564 130 505 c 0
130 451 161 418 221 408 c 1
EndSplineSet
EndChar
StartChar: percent
Encoding: 37 37 5
Width: 889
Flags: MW
LayerCount: 2
Fore
SplineSet
226 700 m 0
319 700 387 630 387 536 c 0
387 443 317 372 224 372 c 0
131 372 61 443 61 535 c 0
61 632 129 700 226 700 c 0
225 668 m 0
182 668 161 625 161 539 c 0
161 445 180 404 224 404 c 0
267 404 287 445 287 536 c 0
287 624 266 668 225 668 c 0
667 328 m 0
760 328 828 258 828 164 c 0
828 71 758 0 665 0 c 0
572 0 502 71 502 163 c 0
502 260 570 328 667 328 c 0
666 296 m 0
623 296 602 253 602 167 c 0
602 73 621 32 665 32 c 0
708 32 728 73 728 164 c 0
728 252 707 296 666 296 c 0
283 -9 m 1
234 -9 l 1
600 714 l 1
649 714 l 1
283 -9 l 1
EndSplineSet
Ligature2: "'frac' Diagonal Fractions lookup 6 subtable" zerosuperior fraction zerosuperior
Ligature2: "'frac' Diagonal Fractions lookup 6 subtable" zerosuperior slash zerosuperior
Ligature2: "'frac' Diagonal Fractions lookup 6 subtable" zero fraction zero
Ligature2: "'frac' Diagonal Fractions lookup 6 subtable" zero slash zero
EndChar
StartChar: ampersand
Encoding: 38 38 6
Width: 833
Flags: MW
LayerCount: 2
Fore
SplineSet
537 328 m 1
447 328 l 1
467 365 472 377 476 394 c 1
594 390 l 2
612 389 631 389 641 389 c 0
684 389 713 390 788 395 c 1
791 386 l 1
780 358 775 341 771 316 c 1
721 321 685 323 630 323 c 1
632 307 633 295 633 286 c 0
633 238 615 195 568 133 c 1
621 99 668 84 719 84 c 0
740 84 740 84 782 111 c 2
799 122 l 1
813 90 l 1
772 55 741 23 720 -9 c 1
654 -12 l 1
590 -12 540 7 483 53 c 1
415 3 358 -17 282 -17 c 0
147 -17 52 62 52 176 c 0
52 262 93 314 207 373 c 1
182 433 174 466 174 503 c 0
174 541 186 566 225 608 c 2
260 646 l 2
282 670 321 684 362 684 c 0
432 684 477 643 477 580 c 0
477 510 439 462 319 385 c 1
380 294 441 227 525 158 c 1
548 195 557 219 557 250 c 0
557 275 551 299 537 328 c 1
222 336 m 1
183 299 171 275 171 233 c 0
171 137 254 53 350 53 c 0
384 53 411 62 441 83 c 1
344 167 285 235 222 336 c 1
299 426 m 1
363 470 390 509 390 557 c 0
390 596 366 622 331 622 c 0
289 622 265 594 265 544 c 0
265 511 273 485 299 426 c 1
EndSplineSet
EndChar
StartChar: quoteright
Encoding: 8217 8217 7
Width: 278
Flags: MW
LayerCount: 2
Fore
SplineSet
109 432 m 1
43 405 l 1
29 421 l 1
64 500 92 590 103 662 c 1
151 668 197 679 235 695 c 1
249 682 l 1
220 616 166 521 109 432 c 1
EndSplineSet
Kerns2: 220 -55 "kernHorizontalKerninginLatinlookup0 per glyph data 0" 83 -55 "kernHorizontalKerninginLatinlookup0 per glyph data 0" 7 -55 "kernHorizontalKerninginLatinlookup0 per glyph data 0" 0 -55 "kernHorizontalKerninginLatinlookup0 per glyph data 0"
EndChar
StartChar: parenleft
Encoding: 40 40 8
Width: 333
Flags: MW
LayerCount: 2
Fore
SplineSet
279 723 m 1
305 701 l 1
261 647 244 617 226 562 c 0
208 504 198 418 198 308 c 0
198 103 218 30 305 -80 c 1
281 -104 l 1
181 -28 141 19 105 103 c 0
78 163 65 231 65 307 c 0
65 382 78 450 104 511 c 0
139 595 179 643 279 723 c 1
EndSplineSet
EndChar
StartChar: parenright
Encoding: 41 41 9
Width: 333
Flags: MW
LayerCount: 2
Fore
SplineSet
28 701 m 1
54 723 l 1
154 643 194 594 229 511 c 0
255 450 268 382 268 307 c 0
268 231 255 163 228 103 c 0
192 19 152 -27 52 -104 c 1
28 -80 l 1
115 31 135 103 135 308 c 0
135 424 125 509 104 570 c 0
86 622 70 649 28 701 c 1
EndSplineSet
EndChar
StartChar: asterisk
Encoding: 42 42 10
Width: 444
Flags: MW
LayerCount: 2
Fore
SplineSet
319 673 m 1
324 659 l 1
300 635 269 587 242 532 c 1
264 537 273 538 287 541 c 0
344 551 364 556 383 563 c 1
389 560 l 1
388 551 388 545 388 540 c 0
388 520 391 500 399 473 c 1
390 462 l 1
346 480 298 490 236 496 c 1
243 484 l 1
282 420 290 407 316 378 c 1
314 366 l 1
293 362 260 349 229 332 c 1
214 339 l 1
214 398 211 434 203 484 c 1
171 461 131 420 102 379 c 1
83 387 l 1
74 413 59 440 44 457 c 1
48 464 l 1
91 475 136 492 185 517 c 1
151 540 103 560 47 576 c 1
44 583 l 1
67 620 77 638 88 660 c 1
104 660 l 1
134 625 150 606 206 546 c 1
216 597 219 633 219 688 c 1
227 695 l 1
259 683 281 678 319 673 c 1
EndSplineSet
EndChar
StartChar: plus
Encoding: 43 43 11
Width: 606
Flags: MW
LayerCount: 2
Fore
SplineSet
260 298 m 1
260 505 l 1
346 505 l 1
346 298 l 1
555 298 l 1
555 212 l 1
346 212 l 1
346 0 l 1
260 0 l 1
260 212 l 1
51 212 l 1
51 298 l 1
260 298 l 1
EndSplineSet
EndChar
StartChar: comma
Encoding: 44 44 12
Width: 250
Flags: MW
LayerCount: 2
Fore
SplineSet
80 -136 m 1
9 -166 l 1
-6 -153 l 1
38 -64 68 32 76 103 c 1
130 117 163 126 210 141 c 1
227 125 l 1
191 48 159 -10 80 -136 c 1
EndSplineSet
EndChar
StartChar: hyphen
Encoding: 45 45 13
Width: 333
Flags: MW
LayerCount: 2
Fore
SplineSet
16 203 m 1
24.2373492971 227.712047891 45.256578096 287.923681146 50 305 c 1
308 305 l 1
317 295 l 1
301 259 290 223 285 195 c 1
24 195 l 1
16 203 l 1
EndSplineSet
Kerns2: 697 -10 "kernHorizontalKerninginLatinlookup0 per glyph data 0" 696 1 "kernHorizontalKerninginLatinlookup0 per glyph data 0" 623 -58 "kernHorizontalKerninginLatinlookup0 per glyph data 0" 622 -46 "kernHorizontalKerninginLatinlookup0 per glyph data 0" 605 3 "kernHorizontalKerninginLatinlookup0 per glyph data 0" 201 7 "kernHorizontalKerninginLatinlookup0 per glyph data 0"
AlternateSubs2: "'aalt' Access All Alternates lookup 1 subtable" endash emdash minus
EndChar
StartChar: period
Encoding: 46 46 14
Width: 250
Flags: MW
LayerCount: 2
Fore
SplineSet
126 144 m 0
166 144 203 106 203 65 c 0
203 24 166 -12 125 -12 c 0
83 -12 47 23 47 65 c 0
47 107 84 144 126 144 c 0
EndSplineSet
Substitution2: "'aalt' Access All Alternates lookup 0 subtable" ellipsis
EndChar
StartChar: slash
Encoding: 47 47 15
Width: 296
Flags: MW
LayerCount: 2
Fore
SplineSet
215 720 m 1
305 720 l 1
81 -17 l 1
-9 -17 l 1
215 720 l 1
EndSplineSet
Substitution2: "'dnom' Denominators lookup 5 subtable" fraction
Substitution2: "'numr' Numerators lookup 4 subtable" fraction
Substitution2: "'aalt' Access All Alternates lookup 0 subtable" fraction
EndChar
StartChar: zero
Encoding: 48 48 16
Width: 500
Flags: MW
LayerCount: 2
Fore
SplineSet
266 660 m 0
340 660 395 630 427 574 c 0
456 522 468 455 468 348 c 0
468 96 398 -17 242 -17 c 0
96 -17 33 79 33 302 c 0
33 424 47 503 81 561 c 0
119 628 178 660 266 660 c 0
245 610 m 0
216 610 195 597 180 570 c 0
160 533 153 483 153 371 c 0
153 237 165 128 185 85 c 0
201 51 225 33 255 33 c 0
315 33 348 110 348 251 c 0
348 386 334 515 314 558 c 0
298 592 274 610 245 610 c 0
EndSplineSet
Substitution2: "'sinf' Scientific Inferiors lookup 23-1" zero.infs
Substitution2: "'onum' Oldstyle Figures lookup 22-1" zero.onum
Substitution2: "'sups' Superscript lookup 3 subtable" zerosuperior
Substitution2: "'aalt' Access All Alternates lookup 0 subtable" zerosuperior
EndChar
StartChar: one
Encoding: 49 49 17
Width: 500
Flags: MW
LayerCount: 2
Fore
SplineSet
75 34 m 1
147 37 l 1
186 40 204 54 204 84 c 2
204 527 l 2
204 557 202 564 194 565 c 0
193 565 191 565 189 564 c 2
49 499 l 1
39 525 35 544 35 569 c 1
97 583 212 622 334 670 c 1
346 660 l 1
339 558 336 485 336 406 c 2
336 84 l 2
336 54 354 40 393 37 c 1
455 34 l 1
455 -3 l 1
406 -2 362 -1 347 -1 c 0
314 0 291 0 278 0 c 0
266 0 244 0 215 -1 c 0
185 -1 133 -2 75 -3 c 1
75 34 l 1
EndSplineSet
Kerns2: 17 -37 "kernHorizontalKerninginLatinlookup0 per glyph data 0"
Substitution2: "'sinf' Scientific Inferiors lookup 23-1" one.infs
Substitution2: "'onum' Oldstyle Figures lookup 22-1" one.onum
Substitution2: "'sups' Superscript lookup 3 subtable" onesuperior
Substitution2: "'aalt' Access All Alternates lookup 0 subtable" onesuperior
EndChar
StartChar: two
Encoding: 50 50 18
Width: 500
Flags: MW
LayerCount: 2
Fore
SplineSet
25 -3 m 1
25 48 l 1
192 214 l 2
270 292 309 368 309 443 c 0
309 511 267 555 201 555 c 0
156 555 112 530 104 500 c 2
86 432 l 1
49 435 l 1
67 600 l 1
124 643 169 660 228 660 c 0
352 660 441 588 441 488 c 0
441 423 404 350 338 285 c 2
164 114 l 1
166 106 l 1
468 117 l 1
472 112 l 1
470 85 469 72 469 50 c 0
469 31 469 21 471 -3 c 1
348 -1 269 0 241 0 c 2
197 0 l 1
25 -3 l 1
EndSplineSet
Substitution2: "'sinf' Scientific Inferiors lookup 23-1" two.infs
Substitution2: "'onum' Oldstyle Figures lookup 22-1" two.onum
Substitution2: "'sups' Superscript lookup 3 subtable" twosuperior
Substitution2: "'aalt' Access All Alternates lookup 0 subtable" twosuperior
EndChar
StartChar: three
Encoding: 51 51 19
Width: 500
Flags: MW
LayerCount: 2
Fore
SplineSet
22 156 m 1
56 165 l 1
78 116 91 95 115 74 c 0
141 52 175 39 210 39 c 0
283 39 334 94 334 172 c 0
334 247 285 296 208 296 c 0
185 296 168 294 147 288 c 1
140 293 l 1
159 367 l 1
194 367 l 2
262 367 307 408 307 472 c 0
307 528 268 562 206 562 c 0
144 562 107 530 88 461 c 1
53 461 l 1
84 615 l 1
142 648 182 660 237 660 c 0
342 660 418 601 418 519 c 0
418 458 384 413 306 373 c 1
351 368 372 362 397 346 c 0
437 319 458 278 458 225 c 0
458 91 330 -17 172 -17 c 0
122 -17 88 -10 47 7 c 1
34 87 31 111 22 156 c 1
EndSplineSet
Substitution2: "'sinf' Scientific Inferiors lookup 23-1" three.infs
Substitution2: "'onum' Oldstyle Figures lookup 22-1" three.onum
Substitution2: "'sups' Superscript lookup 3 subtable" threesuperior
Substitution2: "'aalt' Access All Alternates lookup 0 subtable" threesuperior
EndChar
StartChar: four
Encoding: 52 52 20
Width: 500
Flags: MW
LayerCount: 2
Fore
SplineSet
319 0 m 0
264.393972595 0 216.191813804 -1.42145077014 142 -3 c 1
142 34 l 1
206 37 l 2
243 39 262 64 263 111 c 1
263 165 l 1
19 165 l 1
12 204 l 1
69 346 141 475 257 645 c 1
379 672 l 1
386 660 l 1
381 518 380 453 380 372 c 2
380 247 l 1
468 247 l 1
469 244 l 1
469 165 l 1
380 165 l 1
380 111 l 1
381 64 399 40 437 37 c 2
473 34 l 1
473 -3 l 1
388 -1 341 0 319 0 c 0
82 247 m 1
263 247 l 1
263 579 l 1
226 519 201 478 188 456 c 1
126 340 l 2
119.46539159 328.237704862 91.3512875967 265.702575193 82 247 c 1
EndSplineSet
Substitution2: "'sinf' Scientific Inferiors lookup 23-1" four.infs
Substitution2: "'onum' Oldstyle Figures lookup 22-1" four.onum
Substitution2: "'sups' Superscript lookup 3 subtable" foursuperior
Substitution2: "'aalt' Access All Alternates lookup 0 subtable" foursuperior
EndChar
StartChar: five
Encoding: 53 53 21
Width: 500
Flags: MW
LayerCount: 2
Fore
SplineSet
149 539 m 1
145 384 l 1
202 410 231 418 275 418 c 0
396 418 472 348 472 237 c 0
472 95 346 -17 186 -17 c 0
141 -17 109 -11 73 5 c 1
67 37 61 62 42 139 c 1
72 157 l 1
106 80 158 41 227 41 c 0
304 41 354 94 354 177 c 0
354 261 302 315 221 315 c 0
176 315 143 303 109 275 c 1
90 286 l 1
95 367 96 387 96 410 c 2
96 512 l 2
96 547 94 580 90 648 c 1
97 656 l 1
155 653 176 652 267 650 c 1
444 656 l 1
448 648 l 1
443 626 441 614 441 592 c 0
441 581 441 566 442 550 c 1
436 539 l 1
351 541 303 542 293 542 c 2
149 539 l 1
EndSplineSet
Substitution2: "'sinf' Scientific Inferiors lookup 23-1" five.infs
Substitution2: "'onum' Oldstyle Figures lookup 22-1" five.onum
Substitution2: "'sups' Superscript lookup 3 subtable" fivesuperior
Substitution2: "'aalt' Access All Alternates lookup 0 subtable" fivesuperior
EndChar
StartChar: six
Encoding: 54 54 22
Width: 500
Flags: MW
LayerCount: 2
Fore
SplineSet
252 -17 m 0
100.020232903 -17 37 101.949986849 37 264 c 0
37 405 86 512 186 590 c 0
251 640 303 658 396 660 c 1
435 633 l 1
420 617 l 1
411 618 403 618 400 618 c 0
326 618 262 584 221 524 c 0
190 479 176 426 168 326 c 1
216 387 255 409 314 409 c 0
409 409 469 336 469 221 c 0
469 79 382 -17 252 -17 c 0
254 323 m 0
194 323 165 282 165 198 c 0
165 97 203 33 263 33 c 0
319 33 351 84 351 171 c 0
351 262 312 323 254 323 c 0
EndSplineSet
Substitution2: "'sinf' Scientific Inferiors lookup 23-1" six.infs
Substitution2: "'onum' Oldstyle Figures lookup 22-1" six.onum
Substitution2: "'sups' Superscript lookup 3 subtable" sixsuperior
Substitution2: "'aalt' Access All Alternates lookup 0 subtable" sixsuperior
EndChar
StartChar: seven
Encoding: 55 55 23
Width: 500
Flags: MW
LayerCount: 2
Fore
SplineSet
493 653 m 1
493 608 l 1
459 553 440 519 400 436 c 2
290 212 l 2
264 157 219 46 204 -3 c 1
195 -2 189 -2 185 -2 c 0
168 -1 155 0 149 0 c 0
139 0 129 -1 94 -3 c 1
88 8 l 1
388 526 l 1
384 532 l 1
159 532 l 1
110 531 102 524 96 480 c 2
88 416 l 1
49 416 l 1
50 456 50 479 50 499 c 0
50 559 49 588 46 648 c 1
56 656 l 1
99 655 145 654 155 654 c 0
242 651 299 650 323 650 c 2
352 650 l 1
493 653 l 1
EndSplineSet
Substitution2: "'sinf' Scientific Inferiors lookup 23-1" seven.infs
Substitution2: "'onum' Oldstyle Figures lookup 22-1" seven.onum
Substitution2: "'sups' Superscript lookup 3 subtable" sevensuperior
Substitution2: "'aalt' Access All Alternates lookup 0 subtable" sevensuperior
EndChar
StartChar: eight
Encoding: 56 56 24
Width: 500
Flags: MW
LayerCount: 2
Fore
SplineSet
151 320 m 1
79 362 51 405 51 476 c 0
51 588 133 660 260 660 c 0
368 660 437 604 437 517 c 0
437 461 412 423 343 376 c 1
384 359 402 347 424 322 c 0
453 289 467 250 467 203 c 0
467 77 368 -17 234 -17 c 0
116 -17 34 54 34 155 c 0
34 227 72 280 151 320 c 1
253 275 m 2
192 302 l 1
140 256 123 224 123 171 c 0
123 93 176 35 248 35 c 0
311 35 357 84 357 150 c 0
357 207 327 242 253 275 c 2
250 412 m 2
294 393 l 1
337 430 353 459 353 502 c 0
353 565 311 608 249 608 c 0
192 608 154 573 154 519 c 0
154 471 180 442 250 412 c 2
EndSplineSet
Substitution2: "'sinf' Scientific Inferiors lookup 23-1" eight.infs
Substitution2: "'onum' Oldstyle Figures lookup 22-1" eight.onum
Substitution2: "'sups' Superscript lookup 3 subtable" eightsuperior
Substitution2: "'aalt' Access All Alternates lookup 0 subtable" eightsuperior
EndChar
StartChar: nine
Encoding: 57 57 25
Width: 500
Flags: MW
LayerCount: 2
Fore
SplineSet
105 -17 m 1
67 12 l 1
76 30 l 1
90 28 101 27 107 27 c 0
135 27 180 39 209 55 c 0
255 80 291 129 310 193 c 0
321 228 325 255 331 315 c 1
268 260 l 2
248 243 228 236 195 236 c 0
90 236 31 304 31 426 c 0
31 571 114 660 248 660 c 0
388 660 463 566 463 390 c 0
463 214 381 71 243 11 c 0
199 -9 171 -14 105 -17 c 1
241 608 m 0
183 608 149 559 149 476 c 0
149 380 187 323 250 323 c 0
309 323 336 361 336 444 c 0
336 549 302 608 241 608 c 0
EndSplineSet
Substitution2: "'sinf' Scientific Inferiors lookup 23-1" nine.infs
Substitution2: "'onum' Oldstyle Figures lookup 22-1" nine.onum
Substitution2: "'sups' Superscript lookup 3 subtable" ninesuperior
Substitution2: "'aalt' Access All Alternates lookup 0 subtable" ninesuperior
EndChar
StartChar: colon
Encoding: 58 58 26
Width: 250
Flags: MW
LayerCount: 2
Fore
SplineSet
126 144 m 0
166 144 203 106 203 65 c 0
203 24 166 -12 125 -12 c 0
83 -12 47 23 47 65 c 0
47 107 84 144 126 144 c 0
126 454 m 0
166 454 203 416 203 375 c 0
203 334 166 298 125 298 c 0
82 298 47 333 47 375 c 0
47 417 84 454 126 454 c 0
EndSplineSet
EndChar
StartChar: semicolon
Encoding: 59 59 27
Width: 250
Flags: MW
LayerCount: 2
Fore
SplineSet
80 -136 m 1
9 -166 l 1
-6 -153 l 1
38 -64 68 32 76 103 c 1
130 117 163 126 210 141 c 1
227 125 l 1
191 48 159 -10 80 -136 c 1
149 454 m 0
189 454 226 416 226 375 c 0
226 334 189 298 148 298 c 0