blob: 65019248f5279a3b8f372f7e849baabab47c498b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
% mm17.mf -- parameters for 17pt Malayalam
% copyright 1992 Jeroen Hellingman
% last edit: 02-JAN-1993
mode_setup;
ht# := 2.88mm#; % height of characters
u# := 1.30mm#; % unit width (.5ht)
rm# := 0.864mm#; % space inbetween characters
slant := 0; % slant of characters
rot = 145; % angle of pen
thick# := 0.943pt#; % thickness of thickest lines (was 1.151)
thin# := 0.943pt#; % thickness of thinnest lines (was 0.719)
subthick# := 0.943pt#; % thickness of thickest lines in subscribed characters (was 0.719)
font_size 17.28pt#;
font_identifier := "MM17";
input mmdefs.mf;
input mmfont.mf;
|