You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
382 B
10 lines
382 B
% 9-point METAFONT logo
|
|
font_size 9pt#; % the "design size" of this font
|
|
ht#:=.9*6pt#; % height of characters
|
|
xgap#:=.9*0.6pt#; % horizontal adjustment
|
|
u#:=.91*4/9pt#; % unit width
|
|
s#:=.08pt#; % extra space at the left and the right
|
|
o#:=1/10pt#; % overshoot
|
|
px#:=.9*2/3pt#; % horizontal thickness of pen
|
|
input logo % now generate the font
|
|
bye % and stop.
|
|
|