summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/fonts/type3/mpfonts/sroman.t3
blob: 21155ce48a4f30a11027d04cb5215ba7e524dcf1 (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
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 65 /ch65 put
Encoding 66 /ch66 put
Encoding 67 /ch67 put
Encoding 68 /ch68 put
Encoding 69 /ch69 put
Encoding 70 /ch70 put
Encoding 71 /ch71 put
Encoding 72 /ch72 put
/CharProcs 9 dict def
CharProcs /.notdef { } put
CharProcs /ch65 {
0 0 setcharwidth
 0 0 0 setrgbcolor
newpath 0 0 moveto
0 0 lineto
0 0 lineto
0 0 lineto
 closepath fill
} put
CharProcs /ch66 {
0 0 setcharwidth
} put
CharProcs /ch67 {
0 0 setcharwidth
} put
CharProcs /ch68 {
0 0 setcharwidth
} put
CharProcs /ch69 {
0 0 setcharwidth
} put
CharProcs /ch70 {
0 0 setcharwidth
} put
CharProcs /ch71 {
0 0 setcharwidth
} put
CharProcs /ch72 {
0 0 setcharwidth
} 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
/sroman exch definefont pop