summaryrefslogtreecommitdiff
path: root/fonts/hands/rvmirror.mf
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /fonts/hands/rvmirror.mf
Initial commit
Diffstat (limited to 'fonts/hands/rvmirror.mf')
-rw-r--r--fonts/hands/rvmirror.mf27
1 files changed, 27 insertions, 0 deletions
diff --git a/fonts/hands/rvmirror.mf b/fonts/hands/rvmirror.mf
new file mode 100644
index 0000000000..19714abe81
--- /dev/null
+++ b/fonts/hands/rvmirror.mf
@@ -0,0 +1,27 @@
+% pattern_revmirror.mf (for PCs written as rvmirror.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;
+
+picture phasethree;
+phasethree:=phasetwo
+ reflectedabout ((0,0),(0,h))
+ shifted (w,0);
+currentpicture:=phasethree;
+scantokens extra_endchar;
+chardx:=w;
+shipit;
+if displaying>0: showit; fi
+endgroup;
+enddef;
+enddef;