You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
292 B
12 lines
292 B
% Usage: mf '\mode=what_ever_mode; \input mode2dpi'
|
|
|
|
let myexit = primitive_end_;
|
|
mode_setup;
|
|
string xdpi;
|
|
xdpi := decimal round pixels_per_inch;
|
|
message "XDPI = " & xdpi;
|
|
string ydpi;
|
|
ydpi := decimal round (pixels_per_inch * aspect_ratio);
|
|
message "YDPI = " & ydpi;
|
|
fontmaking := 0;
|
|
myexit;
|
|
|