%%%%
%%%% This file belongs to the MFTOEPS package.
%%%%
% ---
% RECTAN.MF---a trivial example
% ---
input mftoeps;
EPS_mode_setup;
beginchar(48, % ASCII code (unimportant)
 2cm#, % width
 1cm#, % height
 0cm#  % depth
 );
 set_BB 0,-d,w,h; % coordinates of the corners of the bounding box
 write_preamble "rectan";
 fill_C unitsquare xscaled w yscaled h;
 write_postamble;
endchar;
end.