summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/fonts/source/public/musixtex/xtie20.mf
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 23:38:21 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 23:38:21 +0000
commit215012a8d684889983ec2c0629e1c704e6853d9c (patch)
treeebf1271bd71869069824935ae8a5678745bf8bce /Master/texmf-dist/fonts/source/public/musixtex/xtie20.mf
parent1af3d19d6dbcbf309667d9cb4aa3cdda914914a9 (diff)
trunk/Master/texmf-dist/fonts/source
git-svn-id: svn://tug.org/texlive/trunk@101 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/fonts/source/public/musixtex/xtie20.mf')
-rw-r--r--Master/texmf-dist/fonts/source/public/musixtex/xtie20.mf24
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/source/public/musixtex/xtie20.mf b/Master/texmf-dist/fonts/source/public/musixtex/xtie20.mf
new file mode 100644
index 00000000000..99f24548421
--- /dev/null
+++ b/Master/texmf-dist/fonts/source/public/musixtex/xtie20.mf
@@ -0,0 +1,24 @@
+font_identifier:="xtie20";
+mode_setup;
+font_size 20pt#;
+thick#:=1pt#;
+stepwidth#:=4pt#;
+define_pixels(stepwidth);
+define_blacker_pixels(thick);
+picture pic;
+
+slope=.009;
+
+for i=1 upto 100:
+ beginchar((i-1),0,0,0);
+ x3=-x1=.5i*stepwidth; x2=y1=y3=0; y2=slope*i*stepwidth;
+ penpos1(thick,90); penpos2(thick,90); penpos3(thick,90);
+ penstroke z1e..z2e..z3e;
+ pic:= currentpicture;
+ endchar;
+
+ beginchar((128+i-1),0,0,0);
+ currentpicture:= pic reflectedabout(origin,right);
+ endchar;
+endfor
+end