blob: 268383d99557a320799763dba54e571976f3a62d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
% mmbig.mf -- parameters for big Malayalam
% copyright 1992 Jeroen Hellingman
% last edit: 27-NOV-1992
mode_setup;
newfont := 1;
ht# := 3.5mm#; % height of characters
u# := 1.5mm#; % unit width (.5ht)
rm# := 1.125mm#; % space inbetween characters
slant := 0; % slant of characters
rot = 145; % angle of pen
thick# := 0.625mm#; % thickness of thickest lines
thin# := 0.625mm#; % thickness of thinnest lines
subthick# := 0.625mm#; % thickness of thickest lines in subscribed characters
font_size 3.5mm#;
font_identifier := "MMBIG";
input mmdefs.mf;
input mmfont.mf;
|