File: empty.mf

package info (click to toggle)
tex-chess 1.2-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 252 kB
  • ctags: 25
  • sloc: makefile: 120; 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