summaryrefslogtreecommitdiff
path: root/fonts/engwar/telcor.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/engwar/telcor.mf
Initial commit
Diffstat (limited to 'fonts/engwar/telcor.mf')
-rw-r--r--fonts/engwar/telcor.mf52
1 files changed, 52 insertions, 0 deletions
diff --git a/fonts/engwar/telcor.mf b/fonts/engwar/telcor.mf
new file mode 100644
index 0000000000..58483e83ef
--- /dev/null
+++ b/fonts/engwar/telcor.mf
@@ -0,0 +1,52 @@
+% Copyright 1986 Michael Urban
+% Everyone is granted permission to copy, modify and redistribute
+% this file, provided that a currently-dated copy of this
+% copyright notice is included in the copy.
+% License is granted to produce fonts based on the information
+% in this file, provided that such fonts are redistributed
+% without charge to any third party.
+
+% SCCS ID @(#)telcor.mf 1.1 10/1/86
+
+def telco (expr posn, stemtop, stembottom) =
+ begingroup;
+ save x,y,stem;
+ path stem;
+ y0 = stemtop*h;
+ lft x0 = posn;
+ y1 = h; z1-z0=whatever*dir(seriftilt);
+ x3 = x0; y3 = -stembottom*d;
+ y4 = -d; z3-z4=whatever*dir(180-seriftilt);
+ stem = z1..tension 3.0..z0{down}..z3{down}..z4;
+ draw stem;
+ bowpoint := stem intersectionpoint
+ ((-infinity,bowstart)--(infinity, bowstart));
+ barpoint := stem intersectionpoint
+ ((-infinity,0)--(infinity, 0));
+ penlabels(0,1,2,3,4);
+ endgroup;
+enddef;
+
+def nutelco (expr posn, stemtop, stembottom) =
+ begingroup;
+ save x,y,stem;
+ path stem;
+ y0 = stemtop*h;
+ rt x0 = posn;
+ y1 = h; z1-z0=whatever*dir(seriftilt);
+ x3 = x0; y3 = -stembottom*d;
+ y4 = -d; z3-z4=whatever*dir(seriftilt);
+ stem = z1..tension 3.0..z0{down}..z3--z4;
+ draw stem;
+ bowpoint := stem intersectionpoint
+ ((-infinity, xht-bowstart)--(infinity, xht-bowstart));
+ if y0 > xht :
+ barpoint := stem intersectionpoint
+ ((-infinity, xht)--(infinity, xht));
+ else :
+ barpoint := z0;
+ fi ;
+ penlabels(0,1,3,4);
+ endgroup;
+enddef;
+