summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/fonts/type3/mpfonts/dummy.t3
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-01-31 23:07:27 +0000
committerKarl Berry <karl@freefriends.org>2020-01-31 23:07:27 +0000
commit73748655e1a381266ee4d9d7ee95785ba0f0235e (patch)
tree84003b855b4614b0828fe689c1fedc03e158a08e /Master/texmf-dist/fonts/type3/mpfonts/dummy.t3
parent527bf264c6238978f19cb55441245c6c68aa4ee5 (diff)
mpfonts (and creation of fonts/type3), 31jan20
git-svn-id: svn://tug.org/texlive/trunk@53619 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/fonts/type3/mpfonts/dummy.t3')
-rw-r--r--Master/texmf-dist/fonts/type3/mpfonts/dummy.t312
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/type3/mpfonts/dummy.t3 b/Master/texmf-dist/fonts/type3/mpfonts/dummy.t3
new file mode 100644
index 00000000000..d76e826be60
--- /dev/null
+++ b/Master/texmf-dist/fonts/type3/mpfonts/dummy.t3
@@ -0,0 +1,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
+/dummy exch definefont pop