%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 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 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";