blob: 7362f0532818af2ba016506894575d498d435bbf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
% mmc12.mf -- parameters for 12pt Malayalam calligraphic
% copyright 1992 Jeroen Hellingman
% last edit: 27-NOV-1992
mode_setup;
ht# := 2.0mm#; % height of characters
u# := 1.0mm#; % unit width (.5ht)
rm# := 0.6mm#; % space inbetween characters
slant := 0; % slant of characters
rot = 45; % angle of pen (was: 135)
thick# := 0.9pt#; % thickness of thickest lines
thin# := 0.4pt#; % thickness of thinnest lines
subthick# := 0.661pt#; % thickness of thickest lines in subscribed characters
font_size 12pt#;
font_identifier := "MMC12";
input mmdefs.mf;
input mmfont.mf;
|