summaryrefslogtreecommitdiff
path: root/fonts/drm/mf/drmmatharrows.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/drm/mf/drmmatharrows.mf
Initial commit
Diffstat (limited to 'fonts/drm/mf/drmmatharrows.mf')
-rw-r--r--fonts/drm/mf/drmmatharrows.mf46
1 files changed, 46 insertions, 0 deletions
diff --git a/fonts/drm/mf/drmmatharrows.mf b/fonts/drm/mf/drmmatharrows.mf
new file mode 100644
index 0000000000..66eeef38f1
--- /dev/null
+++ b/fonts/drm/mf/drmmatharrows.mf
@@ -0,0 +1,46 @@
+% +AMDG This document was begun on 2 July 11EX, the feast
+% of the Visitation of the Blessed Virgin Mary and the
+% Commemoration of Sts. Processus and Martinian, MM, and it
+% is humbly dedicated to them and to the Immaculate Heart of
+% Mary for their prayers, and to the Sacred Heart of Jesus
+% for His mercy.
+
+beginchar(oct"050",1.5em#,asch#,0); "Leftward upper arrow";
+
+pickup pencircle scaled 1.5thinl;
+lft z0 = (ss,h/2);
+top z1 = (0.4w,h);
+rt z2 = (w-ss,y0);
+z3 = z1 shifted (0,-3h/8);
+
+path shaft; shaft = z2--z0;
+path head; head = z0{z3-z0}..{up}z1;
+draw shaft; draw head;
+
+penlabels(0,1,2,3,4,5,6,7,8,9,10,11,12);
+endchar;
+
+beginchar(oct"051",1.5em#,asch#,0); "Leftward lower arrow";
+
+pickup pencircle scaled 1.5thinl;
+draw shaft;
+draw head reflectedabout ((0,h/2),(w,h/2));
+
+endchar;
+
+beginchar(oct"052",1.5em#,asch#,0); "Rightward upper arrow";
+
+pickup pencircle scaled 1.5thinl;
+draw shaft;
+draw head reflectedabout ((w/2,h),(w/2,0));
+
+endchar;
+
+beginchar(oct"053",1.5em#,asch#,0); "Rightward lower arrow";
+
+pickup pencircle scaled 1.5thinl;
+draw shaft;
+draw head reflectedabout ((w/2,h),(w/2,0))
+ reflectedabout ((0,h/2),(w,h/2));
+
+endchar;