blob: 5ad60b7bfe13b1f68a703a4bda2b9914f9fbe387 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
% mmsl10s.mf -- parameters for Malayalam Slanted 10pt Subscript
% copyright 1992 Jeroen Hellingman
% last edit: 06-DEC-1992
mode_setup;
subfont := 1;
ht# := 1.333mm#; % height of characters (80%)
u# := 0.667mm#; % unit width (.5ht) (80%)
rm# := 0.5mm#; % space inbetween characters
slant := 0.17; % slant of characters
rot = 145; % angle of pen
thick# := 0.545pt#; % thickness of thickest lines (was 0.666)
thin# := 0.545pt#; % thickness of thinnest lines (was 0.416)
subthick# := 0.545pt#; % thickness of thickest lines in subscribed characters (was 0.416)
font_size 10pt#;
font_identifier := "MMSL10S";
input mmdefs.mf;
input mmfont.mf;
|