blob: ae46be17fa7e6cb3c4e77ff79c23bb02d31d253c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
% mm6s.mf -- parameters for 6pt subscript font
% copyright 1992 Jeroen Hellingman
% last edit: 29-NOV-1992
mode_setup;
subfont := 1;
ht# := 0.8mm#; % height of characters (80%)
u# := 0.48mm#; % unit width (.5ht) (80%)
rm# := 0.36mm#; % space inbetween characters
slant := 0; % slant of characters
rot = 145; % angle of pen
thick# := 0.35pt#; % thickness of thickest lines
thin# := 0.35pt#; % thickness of thinnest lines
subthick# := 0.35pt#; % thickness of thickest lines in subscribed characters
font_size 6pt#;
font_identifier := "MM6S";
input mmdefs.mf;
input mmfont.mf;
|