blob: 27521240d1508e3f14cd88f2323793918b5e9426 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
% halftone font dithered
mode_setup;
font_coding_scheme:="TEX TEXT";
if (pixels_per_inch<>240) or (mag<>1):
errmessage "Sorry, this font is only for resolution 240";
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.
|