File: empty.mf

package info (click to toggle)
tex-chess 1.2-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 332 kB
  • ctags: 24
  • sloc: makefile: 119; sh: 13
file content (11 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (16)
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