blob: 692285d00d11f8adaef3a1d36e6c4efad9d9194a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
% mmcb10.mf -- parameters for 10pt Malayalam calligraphic bold
% copyright 1992 Jeroen Hellingman
% last edit: 27-DEC-1992
mode_setup;
ht# := 1.667mm#; % height of characters
u# := 0.875mm#; % unit width (.5ht)
rm# := 0.5mm#; % space inbetween characters
slant := 0; % slant of characters
rot = 45; % angle of pen
thick# := 1.167pt#; % thickness of thickest lines
thin# := 0.416pt#; % thickness of thinnest lines
subthick# := 0.832pt#; % thickness of thickest lines in subscribed characters
font_size 10pt#;
font_identifier := "MMCB10";
input mmdefs.mf;
input mmfont.mf;
|