summaryrefslogtreecommitdiff
path: root/fonts/greek/yannis/m_greek.mf
blob: bb47a463b00bde2a7b36e1b8c7293e59c77bec30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
mode_setup;
font_setup;
 
readfrom("gen_m_acc");
if italics:
readfrom("it_lower");
readfrom("it_digits");
readfrom("it_lig");
else:
readfrom("rgrlower");
readfrom("digits");
readfrom("rgrlig"); fi 
readfrom("rgrupper");
readfrom("m_accent");
readfrom("rgrpunct");
 
font_slant slant; font_x_height x_height#;
if monospace: font_normal_space 9u#; % no stretching or shrinking
font_quad 18u#;
font_extra_space 9u#;
else: font_normal_space 6u#+2letter_fit#;
font_normal_stretch 3u#; font_normal_shrink 2u#;
font_quad 18u#+4letter_fit#;
font_extra_space 2u#;
fi
 
bye.