diff options
Diffstat (limited to 'Master/texmf-dist/fonts/source/public/chess/empty.mf')
-rw-r--r-- | Master/texmf-dist/fonts/source/public/chess/empty.mf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/source/public/chess/empty.mf b/Master/texmf-dist/fonts/source/public/chess/empty.mf new file mode 100644 index 00000000000..747b495eb2b --- /dev/null +++ b/Master/texmf-dist/fonts/source/public/chess/empty.mf @@ -0,0 +1,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 |