diff options
Diffstat (limited to 'Master/texmf-dist/fonts/source/public/hands/reverse.mf')
-rw-r--r-- | Master/texmf-dist/fonts/source/public/hands/reverse.mf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/source/public/hands/reverse.mf b/Master/texmf-dist/fonts/source/public/hands/reverse.mf new file mode 100644 index 00000000000..e182755265b --- /dev/null +++ b/Master/texmf-dist/fonts/source/public/hands/reverse.mf @@ -0,0 +1,20 @@ +% pattern_rev (for PCs, written as reverse.mf) +def pattern= +def endchar= +tracingequations:=1; +cullit; +picture phaseone; phaseone=currentpicture; +currentpicture:=nullpicture; +fill (0,-desc)--(w,-desc)--(w,cap)--(0,cap)--cycle; +cullit; + +picture phasetwo; +phasetwo=currentpicture-phaseone; +currentpicture:=phasetwo; +scantokens extra_endchar; +chardx:=w; +shipit; +if displaying>0: showit; fi +endgroup; +enddef; +enddef; |