summaryrefslogtreecommitdiff
path: root/fonts/utilities/mff-29/mf.mf
blob: 4aff0957542a13c197ddfc72a9ba867fdf9a497c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%	A character font more than a little reminiscient of the
%  METAFONT logo font by D E Knuth.  Bits of it are from the original
%  METAFONTbook METAFONT logo file
%  Damian Cugley, SEH <pdc@oxford.prg> Sat 24 Jun 1989
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

mode_setup;
if unknown slant:
    slant:=0 
else: 
    currenttransform:= identity slanted slant yscaled aspect_ratio 
fi;


input mfparams;	
    %  Set the various ad-hoc parameters based on |designsize| etc.

input mfmacros;		% define |beginlogochar| etc.

input mfcaps;
input mfpunct;
input mfdigits;

font_quad   	    18u#+2s#;
font_normal_space   6u#+2s#;
font_normal_stretch 3u#;
font_normal_shrink  2u#;
font_identifier	    jobname;
font_coding_scheme  "A-Z + some punctuation";