summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/fonts/type3/mpfonts/fgeit.t3
blob: 82a0715c6e710c306f1e6172d50d5290dece9648 (plain)
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
8 dict dup begin
/FontType 3 def
/FontMatrix [ 0.001 0 0 0.001 0 0 ] def
/FontBBox [ 0 0 0 0 ] def
/Encoding 256 array def
0 1 255 {Encoding exch /.notdef put} for
Encoding 17 /ch17 put
Encoding 70 /ch70 put
Encoding 102 /ch102 put
Encoding 112 /ch112 put
/CharProcs 5 dict def
CharProcs /.notdef { } put
CharProcs /ch17 {
0 0 setcharwidth
 0 0 0 setrgbcolor 0 0.4 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 2 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 0 0 moveto
0 0 lineto stroke
newpath 0 0 moveto
0 0 lineto stroke
newpath 0 0 moveto
0 0 lineto stroke
newpath 0 0 moveto
0 0 lineto stroke
newpath 0 0 moveto
0 0 lineto stroke
} put
CharProcs /ch70 {
0 0 setcharwidth
 0 0 0 setrgbcolor 0 0.4 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 2 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 0 0 moveto
0 0 lineto stroke
newpath 0 0 moveto
0 0 lineto stroke
newpath 0 0 moveto
0 0 lineto stroke
newpath 0 0 moveto
0 0 lineto stroke
newpath 0 0 moveto
0 0 lineto stroke
} put
CharProcs /ch102 {
0 0 setcharwidth
 0 0 0 setrgbcolor 0 0.4 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 2 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 0 0 moveto
0 0 lineto stroke
newpath 0 0 moveto
0 0 lineto stroke
newpath 0 0 moveto
0 0 lineto stroke
newpath 0 0 moveto
0 0 lineto stroke
newpath 0 0 moveto
0 0 lineto stroke
} put
CharProcs /ch112 {
0 0 setcharwidth
 0 0 0 setrgbcolor 0 0.4 dtransform truncate idtransform setlinewidth pop
 [] 0 setdash 2 setlinecap 1 setlinejoin 10 setmiterlimit
newpath 0 0 moveto
0 0 lineto stroke
newpath 0 0 moveto
0 0 lineto stroke
newpath 0 0 moveto
0 0 lineto stroke
newpath 0 0 moveto
0 0 lineto stroke
newpath 0 0 moveto
0 0 lineto stroke
} put
/BuildGlyph {exch begin CharProcs exch get exec end} bind def
/BuildChar {1 index /Encoding get exch get 1 index /BuildGlyph get exec} bind def
end
/fgeit exch definefont pop