diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /fonts/mdsymbol/source/MdSymbolC.mf |
Initial commit
Diffstat (limited to 'fonts/mdsymbol/source/MdSymbolC.mf')
-rw-r--r-- | fonts/mdsymbol/source/MdSymbolC.mf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/fonts/mdsymbol/source/MdSymbolC.mf b/fonts/mdsymbol/source/MdSymbolC.mf new file mode 100644 index 0000000000..d407aab88d --- /dev/null +++ b/fonts/mdsymbol/source/MdSymbolC.mf @@ -0,0 +1,20 @@ +% +% Copyright (c) 2011, 2012, Sebastian Schubert <schubert.seb@googlemail.com> +% +% This Font Software is licensed under the SIL Open Font License, +% Version 1.1. This license is in the accompanying file OFL.txt, and +% is also available with a FAQ at: http://scripts.sil.org/OFL +% + +input mdbase; + +boolean negated; +negated := false; + +input mdarrows; + +current_char := 223; + +input mdturnstile; + +bye; |