% This is LOGO17.MF in text format, as of May 5, 1986.
% 17-point METAFONT logo
font_size 17pt#;  % the "design size" of this font
ht#:=10pt#;    % height of characters
xgap#:=1pt#;    % horizontal adjustment
u#:=6/9pt#;    % unit width
s#:=0;      % extra space at the left and the right
o#:=1/9pt#;    % overshoot
px#:=2/3pt#;    % horizontal thickness of pen
input logo    % now generate the font
bye      % and stop.
