% halftone font dithered
mode_setup;
font_coding_scheme:="TEX TEXT";
if (pixels_per_inch<>300) or (mag<>1):
 errmessage "Sorry, this font is only for resolution 300";
 errmessage "Abort the run now or you'll clobber the TFM file";
 forever: endfor
else: input dt fi
if fontmaking>0: font_family font_identifier_;
  coding_scheme font_coding_scheme_; fi
end.