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