summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/fonts/source/public/malayalam/mmfont.mf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/fonts/source/public/malayalam/mmfont.mf')
-rw-r--r--Master/texmf-dist/fonts/source/public/malayalam/mmfont.mf46
1 files changed, 46 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/source/public/malayalam/mmfont.mf b/Master/texmf-dist/fonts/source/public/malayalam/mmfont.mf
new file mode 100644
index 00000000000..f8398d78e18
--- /dev/null
+++ b/Master/texmf-dist/fonts/source/public/malayalam/mmfont.mf
@@ -0,0 +1,46 @@
+% mmfont.mf -- malayalam font driver file
+% (c) 1993 Jeroen Hellingman
+% last edit: 24-JAN-1993
+
+% if you never want to use traditional script, uncomment the following
+% line to save processing time and disk-space.
+% newfont := 1;
+
+input mmcoding.mf; % get the glyph-positions in the font
+input mmtest.mf; % do we have some characters to be tested?
+
+% generate the charactershapes:
+
+if known newfont and unknown subfont :
+ input mmvowels.mf;
+ input mmcons.mf;
+ input mmscons.mf;
+ input mmsec.mf;
+ input mmcillu.mf;
+ input mmconj.mf;
+ input mmlnums.mf
+ input mmpunct.mf;
+elseif known subfont :
+ if known newfont :
+ "No subfont needed when making a font for reformed script";
+ else :
+ input mmcons.mf;
+ input mmconj.mf;
+ input mmrconj.mf;
+ input mmcvconj.mf;
+ fi
+else : % generate everything
+ input mmvowels.mf;
+ input mmcons.mf;
+ input mmscons.mf;
+ input mmsec.mf;
+ input mmcillu.mf;
+ input mmconj.mf;
+ input mmrconj.mf;
+ input mmcvconj.mf;
+ input mmnums.mf;
+ input mmlnums.mf
+ input mmpunct.mf;
+fi;
+
+end.