summaryrefslogtreecommitdiff
path: root/macros/text1/fonts/dt240.mf
diff options
context:
space:
mode:
Diffstat (limited to 'macros/text1/fonts/dt240.mf')
-rw-r--r--macros/text1/fonts/dt240.mf12
1 files changed, 12 insertions, 0 deletions
diff --git a/macros/text1/fonts/dt240.mf b/macros/text1/fonts/dt240.mf
new file mode 100644
index 0000000000..27521240d1
--- /dev/null
+++ b/macros/text1/fonts/dt240.mf
@@ -0,0 +1,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.
+