forked from ValveSoftware/wine
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtahoma.sfd
26851 lines (25865 loc) · 634 KB
/
tahoma.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.0
FontName: WineTahoma
FullName: Tahoma
FamilyName: Tahoma
Weight: Regular
Copyright: Copyright (c) 2004 Larry Snyder, Based on Bitstream Vera Sans Copyright (c) 2003 by Bitstream, Inc. Font renamed in accordance with former's license. Please do not contact Bitstream Inc. for any reason regarding this font.
UComments: "#pragma makedep install"
Version: 000.001
FONDName: WineTahoma
DefaultBaseFilename: tahoma
ItalicAngle: 0
UnderlinePosition: -170
UnderlineWidth: 130
Ascent: 1638
Descent: 410
LayerCount: 2
Layer: 0 0 "Back" 1
Layer: 1 0 "Fore" 0
XUID: [1021 135 1692684408 1110823]
FSType: 0
OS2Version: 2
OS2_WeightWidthSlopeOnly: 0
OS2_UseTypoMetrics: 1
PfmFamily: 33
TTFWeight: 400
TTFWidth: 5
LineGap: 0
VLineGap: 0
Panose: 2 11 6 4 3 5 4 4 2 4
OS2TypoAscent: 1566
OS2TypoAOffset: 0
OS2TypoDescent: -423
OS2TypoDOffset: 0
OS2TypoLinegap: 59
OS2WinAscent: 2049
OS2WinAOffset: 0
OS2WinDescent: 423
OS2WinDOffset: 0
HheadAscent: 2049
HheadAOffset: 0
HheadDescent: -423
HheadDOffset: 0
OS2SubXSize: 1434
OS2SubYSize: 1331
OS2SubXOff: 0
OS2SubYOff: 293
OS2SupXSize: 1434
OS2SupYSize: 1331
OS2SupXOff: 0
OS2SupYOff: 928
OS2StrikeYSize: 130
OS2StrikeYPos: 689
OS2FamilyClass: 2048
OS2Vendor: 'Wine'
Lookup: 4 0 1 "'liga' Standard Ligatures in Latin lookup 0" {"'liga' Standard Ligatures in Latin lookup 0 subtable" } ['liga' ('latn' <'dflt' > ) ]
Lookup: 4 0 0 "'frac' Diagonal Fractions in Latin lookup 1" {"'frac' Diagonal Fractions in Latin lookup 1 subtable" } ['frac' ('latn' <'dflt' > ) ]
Lookup: 1 9 0 "'fina' Terminal Forms in Arabic lookup 8" {"'fina' Terminal Forms in Arabic lookup 8 subtable" } ['fina' ('arab' <'KUR ' 'SND ' 'URD ' 'dflt' > ) ]
Lookup: 1 9 0 "'medi' Medial Forms in Arabic lookup 10" {"'medi' Medial Forms in Arabic lookup 10 subtable" } ['medi' ('arab' <'KUR ' 'SND ' 'URD ' 'dflt' > ) ]
Lookup: 1 9 0 "'init' Initial Forms in Arabic lookup 12" {"'init' Initial Forms in Arabic lookup 12 subtable" } ['init' ('arab' <'KUR ' 'SND ' 'URD ' 'dflt' > ) ]
Lookup: 4 1 1 "'rlig' Required Ligatures in Arabic lookup 13" {"'rlig' Required Ligatures in Arabic lookup 13 subtable" } ['rlig' ('arab' <'KUR ' 'dflt' > ) ]
Lookup: 4 1 1 "'rlig' Required Ligatures in Arabic lookup 14" {"'rlig' Required Ligatures in Arabic lookup 14 subtable" } ['rlig' ('arab' <'KUR ' 'SND ' 'URD ' 'dflt' > ) ]
Lookup: 4 9 1 "'rlig' Required Ligatures in Arabic lookup 15" {"'rlig' Required Ligatures in Arabic lookup 15 subtable" } ['rlig' ('arab' <'KUR ' 'SND ' 'URD ' 'dflt' > ) ]
Lookup: 4 9 1 "'liga' Standard Ligatures in Arabic lookup 16" {"'liga' Standard Ligatures in Arabic lookup 16 subtable" } ['liga' ('arab' <'KUR ' 'SND ' 'URD ' 'dflt' > ) ]
Lookup: 4 1 1 "'liga' Standard Ligatures in Arabic lookup 18" {"'liga' Standard Ligatures in Arabic lookup 18 subtable" } ['liga' ('arab' <'KUR ' 'SND ' 'URD ' 'dflt' > ) ]
Lookup: 258 0 0 "'kern' Horizontal Kerning in Latin lookup 0" {"'kern' Horizontal Kerning in Latin lookup 0 subtable" } ['kern' ('latn' <'dflt' > ) ]
Lookup: 262 1 0 "'mkmk' Mark to Mark in Arabic lookup 0" {"'mkmk' Mark to Mark in Arabic lookup 0 subtable" } ['mkmk' ('arab' <'KUR ' 'SND ' 'URD ' 'dflt' > ) ]
Lookup: 262 1 0 "'mkmk' Mark to Mark in Arabic lookup 1" {"'mkmk' Mark to Mark in Arabic lookup 1 subtable" } ['mkmk' ('arab' <'KUR ' 'SND ' 'URD ' 'dflt' > ) ]
Lookup: 260 1 0 "'mark' Mark Positioning lookup 9" {"'mark' Mark Positioning lookup 9 subtable" } ['mark' ('arab' <'KUR ' 'SND ' 'URD ' 'dflt' > 'hebr' <'dflt' > 'nko ' <'dflt' > ) ]
Lookup: 260 1 0 "'mark' Mark Positioning lookup 6" {"'mark' Mark Positioning lookup 6 subtable" } ['mark' ('arab' <'KUR ' 'SND ' 'URD ' 'dflt' > 'hebr' <'dflt' > 'nko ' <'dflt' > ) ]
Lookup: 261 1 0 "'mark' Mark Positioning lookup 8" {"'mark' Mark Positioning lookup 8 subtable" } ['mark' ('arab' <'KUR ' 'SND ' 'URD ' 'dflt' > 'hebr' <'dflt' > 'nko ' <'dflt' > ) ]
Lookup: 261 1 0 "'mark' Mark Positioning lookup 5" {"'mark' Mark Positioning lookup 5 subtable" } ['mark' ('arab' <'KUR ' 'SND ' 'URD ' 'dflt' > 'hebr' <'dflt' > 'nko ' <'dflt' > ) ]
DEI: 91125
ShortTable: cvt 2
68
1297
EndShort
TtfTable: VDMX 1504
!!!!"!!*'#!<E0/!;Hj"!!iQ1s8E!)!"&])!"&]5s8E!+!"8i+!"8i:s8;p,!"Ju,!"Ju>s82j-
!"f2.!"],Bs82j/!##>0!"o8Fs82j1!#>P3!#,DKs82j3!#P\5!#>PNs82j5!#Yb5!#P\Ss7u^5
!#kn6!#bhVs7u^7!$2+9!#tt[s7u^9!$;1:!$2+_s7u^;!$VC=!$D7bs7lX<!$_I=!$VCgs7lX>
!%%[@!$hOks7lX@!%7gA!%%[os7cRA!%@mB!%7gss7ZLB!%\*D!%It"s7ZLD!%n6F!%\+&s7QFE
!&"<F!%n7*s7QFG!&=NI!&+C.s7QFI!&OZK!&=O2s7QFK!&jlN!&O[6s7H@L!&srN!&ag:s7H@N
!'(#O!&ss?s7?:O!'L;R!'1*Cs7?:Q!'UAS!'C6Fs7?:S!'gMU!'UBJs764T!($YU!'gNOs7-.U
!(6eW!($ZRs7-.W!(R"Z!(6fWs7-.Y!([([!(HrZs7-.[!)!:^!([)_s7$(\!)3F^!(m5cs6p"]
!)<L_!)*Afs6p"_!)NXa!)<Mks6p"a!)ijd!)NYos6p"c!*'!e!)`ers6fqd!*9-g!)rr"s6fqf
!*B3h!*0)&s6]kg!*]Ej!*B5*s6Teh!*oQk!*TA.s6Tej!+,]m!*fM1s6K_k!+5cm!+#Y7s6K_m
!+Pup!+5e:s6K_o!+c,q!+Gq=s6BYp!+u8s!+Z(Bs6BYr!,;K!!+l4Fs69Ss!,DQ!!,)@Ks69Su
!,V]#!,;LNs69T"!,hi$!,MXQs60N#!-/&'!,_dWs60N%!-A2)!,qpZs6'H&!-J8)!-/'_s6'H(
!-eJ,!-A3ds6'H*!.+\.!-S?gs5sB+!.4b/!-eKls5sB-!.Ot2!."Wos5j<.!.Y%2!.4cts5j<0
!.t75!.Fp#s5j<2!/1C6!.Y'&s5a63!/:I7!.k3*s5a65!/^a;!/(?/s5X06!/gg;!/:K3s5X08
!/pm<!/LW7s5X0:!07*>!/^c:s5O*;!0I6@!/po?s5O*=!0dHB!0.&Cs5F$>!0mNC!0@2Gs5F$@
!1!TD!0R>Ks5F$B!1ElG!0dJOs5<sC!1NrH!1!VSs5<sE!1a)I!13bWs53mF!1s5K!1En\s53mH
!20AM!1X%_s53mJ!2KSO!1j1cs5*gK!2TYP!2'=gs5*gM!2okS!29Iks5!aN!3-"T!2KUps5!aP
!36(U!2]ass5!aR!3H4V!2on"s4m[S!3cFY!3-%'s4dUT!3lLY!3?1*s4dUV!42^\!3Q=/s4dUX
!4;d]!3cI3s4dUZ!4W!_!3uU6s4[O[!4i-a!42a;s4[O]!4r3b!4Dm>s4RI^!5/?c!4W$Ds4RI`
!5JQf!4i0Gs4RIb!5\]g!5&<Js4ICc!5nii!58HPs4@=d!65&k!5JTTs4@=f!6G2m!5\`Xs4@=h
!6Y>o!5nl\s4@=j!6kJp!6,#_s477k!7(Vq!6>/es4.1l!7:bs!6P;hs4.1n!7Lnu!6bGls4.1p
!7_&"!6tSqs4.1r!8%8$!71_ts4%+s!8.>%!7Cl#s4%+u!8@J'!7V#'s3q&!!8[\)!7h/,s3q&#
!8db)!8%;0s3gu$!9*t,!87G3s3gu&!94%,!8IS7s3^o'!9O7/!8[_<s3^o)!9aC1!8mk@s3^o+
!9jI2!9+"Ds3^o-!:0[4!9=.Hs3Ui.!:Bg6!9O:Ls3Ui0!:Km6!9aFPs3Lc1!:g*9!9sRTs3Lc3
!:p0:!:0^Xs3Lc5!;?H=!:Bj\s3:W5!;HN=!:U!`s3:W7!;QT>!:g-ds3:W9!;ulB!;$9hs3:W;
!<)rC!;6Els31Q<!<<)D!;HQps3(K=!<N5E!;Z]ts3(K?!<`AG!;lj#s3(KA!=&SJ!<*!'s3(KC
!=/YK
EndTtf
LangName: 1038 "" "" "Norm+AOEA-l"
LangName: 1033 "" "" "" "Wine Tahoma Regular" "" "Version 0.001" "" "(C) 2004 Larry Snyder Based on Bitstream Vera Sans (C) Bitstream Inc." "" "" "" "http://www.winehq.org" "" "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.+AAoACgAA-This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.+AAoACgAA-You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA+AAoA" "http://www.gnu.org/licenses/lgpl.html"
GaspTable: 3 8 0 16 1 65535 3 0
Encoding: UnicodeBmp
UnicodeInterp: none
NameList: Adobe Glyph List
DisplaySize: 10
AntiAlias: 1
FitToEm: 1
WinInfo: 760 40 14
BeginPrivate: 10
BlueValues 27 [-30 0 1120 1177 1522 1522]
OtherBlues 11 [-426 -426]
BlueScale 7 0.03963
BlueShift 1 7
BlueFuzz 1 1
StdHW 5 [170]
StdVW 5 [203]
SnapStemH 9 [156 170]
SnapStemV 9 [184 203]
ExpansionFactor 4 0.06
EndPrivate
TeXData: 1 0 0 327680 163840 109226 571904 -1048576 109226 783286 444596 497025 792723 393216 433062 380633 303038 157286 324010 404750 52429 2506097 1059062 262144
AnchorClass2: "Anchor-6" "'mark' Mark Positioning lookup 5 subtable" "Anchor-9" "'mark' Mark Positioning lookup 8 subtable" "Anchor-7" "'mark' Mark Positioning lookup 6 subtable" "Anchor-10" "'mark' Mark Positioning lookup 9 subtable" "Anchor-1" "'mkmk' Mark to Mark in Arabic lookup 1 subtable" "Anchor-0" "'mkmk' Mark to Mark in Arabic lookup 0 subtable"
BeginChars: 65676 986
StartChar: .notdef
Encoding: 65536 -1 0
Width: 2048
Flags: W
HStem: 0 128<384 1664> 1408 128<384 1664>
VStem: 256 128<128 1408> 1664 128<128 1408>
LayerCount: 2
Fore
SplineSet
1792 0 m 1
256 0 l 1
256 1536 l 1
1792 1536 l 1
1792 0 l 1
384 1408 m 1
384 128 l 1
1664 128 l 5
1664 1408 l 1
384 1408 l 1
EndSplineSet
EndChar
StartChar: space
Encoding: 32 32 1
Width: 639
Flags: W
LayerCount: 2
EndChar
StartChar: exclam
Encoding: 33 33 2
Width: 680
Flags: W
HStem: 0 254<227 430>
VStem: 227 203<0 254 733.552 1493>
LayerCount: 2
Fore
SplineSet
227 0 m 1
227 254 l 1
430 254 l 1
430 0 l 1
227 0 l 1
227 838 m 1
227 1493 l 1
430 1493 l 1
430 838 l 1
410 481 l 1
248 481 l 1
227 838 l 1
EndSplineSet
Kerns2: 243 -94 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 240 -94 "'kern' Horizontal Kerning in Latin lookup 0 subtable"
EndChar
StartChar: quotedbl
Encoding: 34 34 3
Width: 821
Flags: W
VStem: 115 170<938 1493> 493 170<938 1493>
LayerCount: 2
Fore
SplineSet
115 1493 m 1
285 1493 l 1
285 938 l 1
115 938 l 1
115 1493 l 1
493 1493 m 1
663 1493 l 1
663 938 l 1
493 938 l 1
493 1493 l 1
EndSplineSet
EndChar
StartChar: numbersign
Encoding: 35 35 4
Width: 1491
Flags: W
HStem: 0 21G<294 415 708 822> 414 142<561 811> 421 135<141 399 962 1230> 934 133<258 526 690 936 1089 1347>
LayerCount: 2
Fore
SplineSet
834 556 m 1xb0
936 934 l 1
654 934 l 1
561 556 l 1xd0
834 556 l 1xb0
666 1489 m 1
795 1489 l 1
690 1067 l 1
960 1067 l 1
1065 1489 l 1
1199 1486 l 1
1089 1067 l 1
1347 1067 l 1
1347 932 l 1
1056 931 l 1
962 556 l 1
1230 556 l 1
1230 421 l 1
927 421 l 1xb0
822 0 l 1
708 0 l 1
811 414 l 1
518 414 l 1xd0
415 0 l 1
294 0 l 1
399 421 l 1
141 421 l 1
141 556 l 1
434 556 l 1xb0
526 932 l 1
258 932 l 1
258 1067 l 1
561 1067 l 1
666 1489 l 1
EndSplineSet
EndChar
StartChar: dollar
Encoding: 36 36 5
Width: 1118
Flags: W
HStem: 0 142<342.4 528> 1179 145<628 787.467>
VStem: 106 184<831.733 1129> 528 100<-301 0 145 578 770 1179 1324 1556> 884 185<203.4 509.333>
LayerCount: 2
Fore
SplineSet
528 598 m 1
294.905 636.448 106 718.106 106 956 c 0
106 1180 246.667 1301.67 528 1321 c 1
528 1556 l 1
628 1556 l 1
628 1324 l 1
752 1318.67 868.667 1298 978 1262 c 1
978 1087 l 1
867.333 1143 750.667 1173.67 628 1179 c 1
628 752 l 1
922 706.667 1069 583 1069 381 c 0
1069 148.333 922 21.3333 628 0 c 1
628 -301 l 1
528 -301 l 1
527 0 l 1
385 2.66667 254.333 31 135 85 c 1
141 279 l 1
253 189 382 143.333 528 142 c 1
528 598 l 1
528 770 m 1
528 1180 l 1
369.333 1162 290 1093 290 973 c 0
290 864.333 369.333 796.667 528 770 c 1
628 578 m 1
628 145 l 1
798.667 167.667 884 240 884 362 c 0
884 475.333 798.667 547.333 628 578 c 1
EndSplineSet
EndChar
StartChar: percent
Encoding: 37 37 6
Width: 2001
Flags: W
HStem: 7 127<1362.93 1698.5> 672 127<253.6 616.68> 693 127<1361.33 1699.39> 1358 127<277.138 615.068>
VStem: 102 159<920.436 1277.77> 632 160<878.793 1274.08> 1186 160<218.01 613.203> 1716 160<216.055 610.319>
LayerCount: 2
Fore
SplineSet
102 1079 m 0xdf
102 1318.09 224.814 1485 446 1485 c 0
670.975 1485 792 1318.85 792 1079 c 0
792 835.009 672.597 672 446 672 c 0
223.593 672 102 837.032 102 1079 c 0xdf
530 0 m 1
1310 1489 l 1
1470 1489 l 1
690 0 l 1
530 0 l 1
632 1079 m 0
632 1229.06 576.052 1358 446 1358 c 0
316.106 1358 261 1231.9 261 1079 c 0
261 957.027 298 799 446 799 c 0
577.292 799 632 924.995 632 1079 c 0
1186 413 m 0
1186 653.491 1308.41 820 1532 820 c 0xbf
1754.41 820 1876 654.968 1876 413 c 0
1876 173.915 1753.19 7 1532 7 c 0
1307.02 7 1186 173.155 1186 413 c 0
1716 413 m 0
1716 564.784 1660.76 693 1532 693 c 0
1400.71 693 1346 567.002 1346 413 c 0
1346 263.008 1401.94 134 1532 134 c 0
1660.08 134 1716 261.504 1716 413 c 0
EndSplineSet
EndChar
StartChar: ampersand
Encoding: 38 38 7
Width: 1380
Flags: W
HStem: -34 162<458.11 705.8> 1357 158<399.68 690>
VStem: 68 193<318.1 601.067> 147 190<1076.53 1317.05> 1126 186<601.589 805.95>
LayerCount: 2
Fore
SplineSet
573 1357 m 0xd8
439.677 1357 337 1280.35 337 1158 c 0xd8
337 1095.33 387 1012.67 487 910 c 2
995 390 l 1
1074.33 511.333 1118 646.667 1126 796 c 1
1312 796 l 1
1296 619.333 1226.33 447.333 1103 280 c 1
1382 -5 l 1
1130 -5 l 1
987 142 l 1
849.667 24.6667 695.333 -34 524 -34 c 0
429 -45 331.206 -7.75459 230 77 c 0
122.219 167.261 68 288 68 440 c 0xe8
68 608.667 140.667 752.667 286 872 c 1
193.333 980.667 147 1075.33 147 1156 c 0
147 1380.76 311.121 1515 553 1515 c 0
662 1515 773 1491 886 1443 c 1
886 1261 l 1
767.333 1325 663 1357 573 1357 c 0xd8
876 255 m 1
437 782 l 1
319.667 676.667 261 566.667 261 452 c 0xe8
261 349 298 266 372 203 c 0
442 141.667 498.667 116.667 542 128 c 1
668 128 779.333 170.333 876 255 c 1
EndSplineSet
EndChar
StartChar: quotesingle
Encoding: 39 39 8
Width: 432
Flags: W
VStem: 104 170<938 1493>
LayerCount: 2
Fore
SplineSet
104 1493 m 1
274 1493 l 1
274 938 l 1
104 938 l 1
104 1493 l 1
EndSplineSet
Kerns2: 131 -94 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 34 -94 "'kern' Horizontal Kerning in Latin lookup 0 subtable"
EndChar
StartChar: parenleft
Encoding: 40 40 9
Width: 784
Flags: W
VStem: 109 195<428.274 1014.67>
LayerCount: 2
Fore
SplineSet
449 1564 m 1
609 1564 l 1
405.667 1244.67 304 933 304 629 c 0
319.333 243.667 428.667 -92.6667 632 -380 c 1
472 -380 l 1
244.667 -84 123.667 252.333 109 629 c 0
109 925.667 222.333 1237.33 449 1564 c 1
EndSplineSet
Kerns2: 75 49 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 53 20 "'kern' Horizontal Kerning in Latin lookup 0 subtable"
EndChar
StartChar: parenright
Encoding: 41 41 10
Width: 784
Flags: W
VStem: 395 195<397.353 1003.2>
LayerCount: 2
Fore
SplineSet
94 1556 m 1
254 1556 l 1
478 1226.67 590 915 590 621 c 0
576.667 247.667 458 -87 234 -383 c 1
74 -383 l 1
275.333 -95.6667 382.333 239 395 621 c 0
395 923.667 294.667 1235.33 94 1556 c 1
EndSplineSet
EndChar
StartChar: asterisk
Encoding: 42 42 11
Width: 1118
Flags: W
VStem: 507 114<586 963 1143 1520>
LayerCount: 2
Fore
SplineSet
957 1346 m 1
1015 1247 l 1
656 1053 l 1
1015 858 l 1
957 760 l 1
621 963 l 1
621 586 l 1
507 586 l 1
507 963 l 1
171 760 l 1
113 858 l 1
472 1053 l 1
113 1247 l 1
171 1346 l 1
507 1143 l 1
507 1520 l 1
621 1520 l 1
621 1143 l 1
957 1346 l 1
EndSplineSet
EndChar
StartChar: plus
Encoding: 43 43 12
Width: 1491
Flags: W
HStem: 572 155<158 662 830 1334>
VStem: 662 168<67 572 727 1237>
LayerCount: 2
Fore
SplineSet
662 1237 m 1
830 1237 l 1
830 727 l 1
1334 732 l 1
1334 572 l 1
830 572 l 1
829 67 l 1
662 67 l 1
662 572 l 1
158 572 l 1
158 732 l 1
662 727 l 1
662 1237 l 1
EndSplineSet
EndChar
StartChar: comma
Encoding: 44 44 13
Width: 621
Flags: W
VStem: 156 211<77 249>
LayerCount: 2
Fore
SplineSet
156 77 m 1
156 249 l 1
367 249 l 1
367 77 l 1
203 -243 l 1
74 -243 l 1
156 77 l 1
EndSplineSet
Kerns2: 243 -201 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 240 -201 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 94 -90 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 62 -90 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 24 -49 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 10 -90 "'kern' Horizontal Kerning in Latin lookup 0 subtable"
EndChar
StartChar: hyphen
Encoding: 45 45 14
Width: 743
Flags: W
HStem: 566 164<90 629>
LayerCount: 2
Fore
SplineSet
90 566 m 1
90 730 l 1
629 730 l 1
629 566 l 1
90 566 l 1
EndSplineSet
Kerns2: 163 -18 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 131 -47 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 91 -39 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 90 -39 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 89 -47 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 88 -18 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 87 -39 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 66 -18 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 59 -29 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 58 -131 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 57 -76 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 56 -47 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 55 -47 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 53 -143 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 52 -18 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 43 -94 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 42 -29 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 34 -47 "'kern' Horizontal Kerning in Latin lookup 0 subtable"
EndChar
StartChar: period
Encoding: 46 46 15
Width: 621
Flags: W
HStem: 0 254<190 401>
VStem: 190 211<0 254>
LayerCount: 2
Fore
SplineSet
190 0 m 1
190 254 l 1
401 254 l 1
401 0 l 1
190 0 l 1
EndSplineSet
Kerns2: 243 -201 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 240 -201 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 238 -115 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 237 -115 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 94 -100 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 62 -100 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 24 -49 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 14 -162 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 13 -133 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 10 -100 "'kern' Horizontal Kerning in Latin lookup 0 subtable"
EndChar
StartChar: slash
Encoding: 47 47 16
Width: 782
Flags: W
VStem: -25 690<-191 1492>
LayerCount: 2
Fore
SplineSet
-25 -191 m 1
495 1492 l 1
665 1492 l 1
145 -191 l 1
-25 -191 l 1
EndSplineSet
EndChar
StartChar: zero
Encoding: 48 48 17
Width: 1118
Flags: W
HStem: -31 165<275.6 842.4> 1354 162<275.6 842.4>
VStem: 83 203<238.6 1239.6> 832 203<245.8 1241.6>
LayerCount: 2
Fore
SplineSet
567 1516 m 8
919 1516 1035 1303 1035 745 c 0
1035 147 859.5 -31 559 -31 c 0
158.001 -31 83 355 83 743 c 0
83 1323 281 1516 567 1516 c 8
832 745 m 0
832 1127 777 1354 559 1354 c 0
341 1354 286 1125 286 743 c 0
286 330 341 134 559 134 c 0
777 134 832 361 832 745 c 0
EndSplineSet
EndChar
StartChar: one
Encoding: 49 49 18
Width: 1118
Flags: W
HStem: 0 169<254 501 701 990>
VStem: 501 200<169 1308>
LayerCount: 2
Fore
SplineSet
254 0 m 1
254 169 l 1
501 169 l 1
501 1308 l 1
225 1236 l 1
225 1420 l 1
499 1492 l 1
701 1492 l 1
701 169 l 1
990 170 l 1
990 0 l 1
254 0 l 1
EndSplineSet
EndChar
StartChar: two
Encoding: 50 50 19
Width: 1118
Flags: W
HStem: 0 170<352 1057> 1350 170<388.467 776.255>
VStem: 846 203<954.9 1295.14>
LayerCount: 2
Fore
SplineSet
541 1520 m 0
839.393 1520 1049 1368.42 1049 1094 c 0
1049 976.667 995.667 853.667 889 725 c 0
825.667 649 738.333 555.333 627 444 c 2
352 170 l 1
1057 170 l 1
1057 0 l 1
109 0 l 1
109 170 l 1
672 748 l 2
788 873 846 984 846 1081 c 0
846 1245.72 722.888 1350 545 1350 c 0
419.667 1350 277.667 1305.67 119 1217 c 1
119 1421 l 1
283 1487 423.667 1520 541 1520 c 0
EndSplineSet
EndChar
StartChar: three
Encoding: 51 51 20
Width: 1118
Flags: W
HStem: -21 170<284.6 749.133> 723 166<277 721.616> 1358 170<315.6 724>
VStem: 803 201<188.067 686.806 906.8 1313.27>
LayerCount: 2
Fore
SplineSet
469 1528 m 0
754.012 1528 1004 1383.96 1004 1128 c 0
1004 955.333 918 858 736 812 c 1
917.931 771.85 1002 648.589 1002 442 c 0
1002 71.6 689.761 -21 418 -21 c 0
294 -21 186.667 1 96 45 c 1
96 240 l 1
208.667 174 314 143.667 412 149 c 0
671.333 149 801 246.667 801 442 c 0
801 630.312 659.166 723 451 723 c 2
277 723 l 1
277 889 l 1
459 889 l 2
663.667 889 803 953 803 1107 c 0
803 1265.67 661 1358 451 1358 c 0
341 1358 237.667 1330.67 141 1276 c 1
141 1456 l 1
241.667 1504 351 1528 469 1528 c 0
EndSplineSet
EndChar
StartChar: four
Encoding: 52 52 21
Width: 1118
Flags: W
HStem: 0 21G<673 874> 524 168<286.644 673 874 1087>
VStem: 675 199<0 524 692 1185>
LayerCount: 2
Fore
SplineSet
40 690 m 1
670 1493 l 1
874 1493 l 1
874 692 l 1
1087 692 l 1
1087 524 l 1
874 524 l 1
874 0 l 1
673 0 l 1
673 524 l 1
41 524 l 1
40 690 l 1
675 692 m 1
675 1185 l 1
286.644 690 l 1
675 692 l 1
EndSplineSet
Kerns2: 15 -20 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 13 -20 "'kern' Horizontal Kerning in Latin lookup 0 subtable"
EndChar
StartChar: five
Encoding: 53 53 22
Width: 1118
Flags: W
HStem: 1312 177<379 1003>
VStem: 186 193<910 1312> 806.4 208.6<-65.9878 678.108>
LayerCount: 2
Fore
SplineSet
186 720 m 1
181.73 989.082 190.236 1219.92 186 1489 c 1
1003 1489 l 1
1003 1312 l 1
379 1312 l 1
379 910 l 1
792.346 931.333 1039.35 851.211 1015 432 c 0
990.238 39.6282 750.856 -48.8157 481.5 -26.75 c 0
409.394 -20.843 296.993 -6.22694 125 52 c 1
125 263 l 1
434.389 101.771 778.411 44.1462 806 412 c 0
820.715 616.187 735.769 737.329 555 761 c 0
483.5 770.363 380.644 773.758 186 720 c 1
EndSplineSet
EndChar
StartChar: six
Encoding: 54 54 23
Width: 1118
Flags: W
HStem: 730.692 181.308<439.812 686.726>
VStem: 850 203<386.437 601>
LayerCount: 2
Fore
SplineSet
924 1495 m 1
924 1305 l 1
582.521 1429.54 341.106 1247.05 296.5 910.5 c 0
292.833 882.833 289 847.667 285 805 c 1
407.258 885.609 468.216 904.139 594 912 c 0
838.18 924.989 1044.68 768.09 1053 499 c 0
1067.29 56.1555 704.287 -31 592 -31 c 0
302.144 -38.4322 115.914 170.353 95 499 c 0
67.6667 916.333 149.667 1208.67 341 1376 c 0
491.667 1506.67 686 1546.33 924 1495 c 1
349 271 m 0
434.209 128.152 667.922 69.4613 774 221 c 0
792.667 247.667 808 278.167 820 312.5 c 0
832 346.833 840.167 379.5 844.5 410.5 c 0
848.833 441.5 850.667 470.333 850 497 c 0
847.333 577 821.833 637.333 773.5 678 c 0
725.167 718.667 664.667 736 592 730 c 0
416 715.333 316.333 637.667 293 497 c 0
287.667 464.333 290 428 300 388 c 0
310 348 326.333 309 349 271 c 0
EndSplineSet
EndChar
StartChar: seven
Encoding: 55 55 24
Width: 1118
Flags: W
HStem: 0 21G<285 496> 1314 175<98 800>
LayerCount: 2
Fore
SplineSet
98 1314 m 1
98 1489 l 1
1038 1493 l 1
1038 1407 l 1
496 0 l 1
285 0 l 1
800 1314 l 1
98 1314 l 1
EndSplineSet
Kerns2: 15 -150 "'kern' Horizontal Kerning in Latin lookup 0 subtable" 13 -150 "'kern' Horizontal Kerning in Latin lookup 0 subtable"
EndChar
StartChar: eight
Encoding: 56 56 25
Width: 1118
Flags: W
HStem: 1373 148<395.533 668.4>
VStem: 221.5 827.5<84.5 347>
LayerCount: 2
Fore
SplineSet
1049 347 m 0
960.13 -115.576 413.456 -97.2621 221.5 84.5 c 0
23.5416 271.947 3.60742 638.255 343 796 c 1
34.2678 945.689 82.8745 1271.23 247 1414.5 c 0
328.333 1485.5 435.333 1521 568 1521 c 0
736.11 1518.4 1012.27 1449.29 1016 1141 c 0
1018.67 1001 943 884 789 790 c 1
997.667 680 1084.33 532.333 1049 347 c 0
567 1373 m 0
254.676 1373 291.439 1069.3 380.5 963.5 c 0
451.81 878.782 653.435 851.132 753 948.5 c 0
837.671 1031.3 847.368 1219.69 750.5 1310 c 0
706.167 1351.33 645 1372.33 567 1373 c 0
570 721 m 0
324.343 736.163 179.682 347.008 384 181 c 0
492.65 92.7224 662.383 86.8801 753 171.5 c 0
947.131 352.784 833.536 705.68 570 721 c 0
EndSplineSet
EndChar
StartChar: nine
Encoding: 57 57 26
Width: 1118
Flags: W
HStem: 707 160<471.133 673.067>
VStem: 120 921<1148.24 1199.5 1169 1174>
LayerCount: 2
Fore
SplineSet
134 252 m 1
363 252 l 1
463.835 114.124 639.682 121.066 761 299 c 0
824.556 396.26 842.714 440.621 874 604 c 0
893.333 696 897.667 777 887 847 c 1
847.842 815.666 766.615 707 576 707 c 0
326.461 707 66.4801 890.691 120 1169 c 0
134.479 1245.39 202.24 1519 590 1519 c 0
830.269 1519 969.734 1401.55 1041 1174 c 0
1105.41 966.256 1091.34 639.608 1023 427 c 0
1007.96 381.875 932.785 187.785 861 116 c 0
575.057 -178.231 166.984 33.472 134 252 c 1
835 1165 m 1
815.551 1448.93 473.517 1372.24 404.5 1322 c 1
358.833 1286.67 331 1235 321 1167 c 0
309 1084.33 328.333 1013.33 379 954 c 0
429.667 894.667 495.333 867 576 867 c 0
650.667 867 712.167 896 760.5 950 c 0
808.833 1004 835 1075.66 835 1165 c 1
EndSplineSet
EndChar
StartChar: colon
Encoding: 58 58 27
Width: 725
Flags: W
HStem: 31 254<244 455> 836 254<244 455>
VStem: 244 211<31 285 836 1090>
LayerCount: 2
Fore
SplineSet
244 31 m 1
244 285 l 1
455 285 l 1
455 31 l 1
244 31 l 1
244 836 m 1
244 1090 l 1
455 1090 l 1
455 836 l 1
244 836 l 1
EndSplineSet
Kerns2: 238 -131 "'kern' Horizontal Kerning in Latin lookup 0 subtable"
EndChar
StartChar: semicolon
Encoding: 59 59 28
Width: 725
Flags: W
HStem: 805 254<205 416>
VStem: 205 211<82 254 805 1059>
LayerCount: 2
Fore
SplineSet
205 805 m 1
205 1059 l 1
416 1059 l 1
416 805 l 1
205 805 l 1
205 82 m 1
205 254 l 1
416 254 l 1
416 82 l 1
252 -238 l 1
123 -238 l 1
205 82 l 1
EndSplineSet
EndChar
StartChar: less
Encoding: 60 60 29
Width: 1491
Flags: W
LayerCount: 2
Fore
SplineSet
1284 1202 m 1
1284 1020 l 1
451 655 l 1
1284 288 l 1
1284 106 l 1
201 573 l 1
201 739 l 1
1284 1202 l 1
EndSplineSet
EndChar
StartChar: equal
Encoding: 61 61 30
Width: 1491
Flags: W
HStem: 362 160<193 1299> 782 160<193 1299>
LayerCount: 2
Fore
SplineSet
193 782 m 1
193 942 l 1
1299 942 l 1
1299 782 l 1
193 782 l 1
193 362 m 1
193 522 l 1
1299 522 l 1
1299 362 l 1
193 362 l 1
EndSplineSet
EndChar
StartChar: greater
Encoding: 62 62 31
Width: 1491
Flags: W
LayerCount: 2
Fore
SplineSet
1057 652 m 1
215 1020 l 1
215 1202 l 1
1288 735 l 1
1288 569 l 1
215 106 l 1
215 288 l 1
1057 652 l 1
EndSplineSet
EndChar
StartChar: question
Encoding: 63 63 32
Width: 971
Flags: W
HStem: 0 254<353 556> 1356 164<329.667 643.31>
VStem: 353 203<0 254 401 692.997> 703 203<1079.87 1324.78>
LayerCount: 2
Fore
SplineSet
353 0 m 1
353 254 l 1
556 254 l 1
556 0 l 1
353 0 l 1
499 1520 m 0
738.377 1520 906 1389 906 1167 c 0
906 1073 852 973.333 744 868 c 2
656 782 l 2
555.919 684.39 550 653.998 550 524 c 2
550 401 l 1
359 401 l 1
359 555 l 2
359 686.893 383.689 753.545 505 872 c 2
595 961 l 2
667 1032.33 703 1097.67 703 1157 c 0
703 1286.06 601.931 1356 464 1356 c 0
360.667 1356 242.333 1310.33 109 1219 c 1
109 1407 l 1
234.333 1482.33 364.333 1520 499 1520 c 0
EndSplineSet
EndChar
StartChar: at
Encoding: 64 64 33
Width: 1862
Flags: W
HStem: -216 143<770.467 1283.53> 224 143<705.779 1065.2> 978 145<706.666 1065.2> 1392 144<733.2 1265.33>
VStem: 131 141<485.248 898> 504 160<429.995 911.75> 1209 143<972 1103> 1616 144<522.267 855.933>
LayerCount: 2
Fore
SplineSet
928 978 m 0
757.743 978 664 856.654 664 673 c 0
664 486.073 757.522 367 930 367 c 0
1101.06 367 1194 487.647 1194 673 c 0
1194 854.342 1098.77 978 928 978 c 0
1053 -216 m 0
518.558 -216 181.719 85.3185 131 560 c 0
131 820 185.333 1036.33 294 1209 c 0
470 1427 687.667 1536 947 1536 c 0
1241 1536 1476.67 1399.33 1654 1126 c 0
1724.67 989.333 1760 837.667 1760 671 c 0
1760 490.333 1695.98 357.656 1594 249 c 0
1512.64 162.322 1393 144.667 1209 220 c 1
1209 374 l 1
1131 274 1025 224 891 224 c 0
650.732 224 504 412.217 504 673 c 0
504 934.837 650.55 1123 891 1123 c 0
1025 1123 1131 1072.67 1209 972 c 1
1209 1103 l 1
1352 1103 l 1
1352 367 l 1
1457.33 303.667 1508.73 317.298 1543 391 c 0
1579.4 469.298 1616 555.667 1616 667 c 0
1616 812.333 1589.67 938.667 1537 1046 c 0
1388.33 1276.67 1192.33 1392 949 1392 c 0
783 1392 629.667 1333.67 489 1217 c 0
400.634 1129.61 272 990.551 272 560 c 0
286.667 348 366 189.333 510 84 c 0
654.667 -20.6667 835.667 -73 1053 -73 c 0
1230.33 -73 1391 -17 1535 95 c 1
1625 -16 l 1
1451.67 -149.333 1261 -216 1053 -216 c 0
EndSplineSet
EndChar
StartChar: A
Encoding: 65 65 34
Width: 1229
Flags: W
HStem: 0 21G<-10 190 1029 1238> 416 169<380 839>
LayerCount: 2
Fore
SplineSet
839 585 m 1