diff options
Diffstat (limited to 'fonts/fdsymbol/source/FdSymbolC.mf')
-rw-r--r-- | fonts/fdsymbol/source/FdSymbolC.mf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/fonts/fdsymbol/source/FdSymbolC.mf b/fonts/fdsymbol/source/FdSymbolC.mf new file mode 100644 index 0000000000..bac71ba820 --- /dev/null +++ b/fonts/fdsymbol/source/FdSymbolC.mf @@ -0,0 +1,20 @@ +% +% Copyright (c) 2012, Michael Ummels <michael.ummels@rwth-aachen.de> +% +% 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 fdbase; + +boolean negated; +negated := false; + +input fdarrows; + +current_char := 223; + +input fdturnstile; + +bye; |