blob: 5f2db849bc6c12c406e1f3334ab7bf165ec6681e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
% 10-point genealogy font
if unknown cmbase: input cmbase fi % omit if CMMF can be assumed
mode_setup;
def generate suffix t= enddef;
input cmr10; font_setup;
font_identifier:="GEN";
font_slant slant; font_x_height x_height#;
font_normal_space 6u#+2letter_fit#;
font_quad 18u#+4letter_fit#;
input gen;
end
|