summaryrefslogtreecommitdiff
path: root/fonts/mpfonts/type3/mpfonts-cmfrak/xxfrak.t3
blob: 1dbf614f870f24aec7f6aced31be7fb6284c95d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
/CharProcs 1 dict def
CharProcs /.notdef { } 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
/xxfrak exch definefont pop