summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/metafont/misc/mode2dpi.mf
blob: 9ac21940cfb542cd8d94c30599c23c281d17d1e3 (plain)
1
2
3
4
5
6
7
8
9
% Usage: mf '\mode=what_ever_mode; \input mode2dpi'

let myexit = primitive_end_;
mode_setup;
string dpi;
dpi := decimal round pixels_per_inch;
message "DPI = " & dpi;
fontmaking := 0;
myexit;