diff options
Diffstat (limited to 'Master/texmf-dist/fonts/source/public/fdsymbol/FdSymbolE.mf')
-rw-r--r-- | Master/texmf-dist/fonts/source/public/fdsymbol/FdSymbolE.mf | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/source/public/fdsymbol/FdSymbolE.mf b/Master/texmf-dist/fonts/source/public/fdsymbol/FdSymbolE.mf new file mode 100644 index 00000000000..026cf3f04e7 --- /dev/null +++ b/Master/texmf-dist/fonts/source/public/fdsymbol/FdSymbolE.mf @@ -0,0 +1,29 @@ +% +% Copyright (c) 2011, 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 +% + +font_identifier := "FdSymbolE"; +design_size := 10; +font_size design_size * pt#; + +input fdbase; +input fdoperators; + +current_char := 113; +input fdaccents.mf; + +font_x_height x_height#; + +fontdimen 8: + rule_thickness#, % default_rule_thickness + 1.1pt#, % big_op_spacing1 + 1.6pt#, % big_op_spacing2 + 2.0pt#, % big_op_spacing3 + 6.0pt#, % big_op_spacing4 + 1.0pt#; % big_op_spacing5 + +bye; |