blob: 747b495eb2b644885d461ff98cc78f6f24821869 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
% font with empty `a' to test if mode_def exists
font_identifier:="NOTHING"; font_size 10pt#;
mode_setup; % font_setup;
beginchar("a",10pt#,10pt#,0);
show pixels_per_inch;
endchar;
bye
|