blob: 7af752927999ef87c0955d3be474a2f794c18ce3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
% mmsl12.mf -- parameters for 12pt slanted Malayalam
% copyright 1992 Jeroen Hellingman
% last edit: 27-NOV-1992
mode_setup;
ht# := 2.0mm#; % height of characters
u# := 1.0mm#; % unit width (.5ht)
rm# := 0.6mm#; % space inbetween characters
slant := 0.17; % slant of characters
rot = 145; % angle of pen
thick# := 0.655pt#; % thickness of thickest lines (was .8)
thin# := 0.655pt#; % thickness of thinnest lines (was .5)
subthick# := 0.655pt#; % thickness of thickest lines in subscribed characters (was .5)
font_size 12pt#;
font_identifier := "MMSL12";
input mmdefs.mf;
input mmfont.mf;
|