2 interline#:=staffsize#/(stafflines-1);
5 % [D.K.Roush & J.S.Gourlay] say this should be 0.072
7 % generally, the "blackness" of most chars depends on this.
9 stafflinethickness#:=0.1 interline#;
11 define_pixels(interline);
12 define_pixels(stafflinethickness);
15 % Because of the engraving/stamping process, no traditional
16 % characters have sharp edges and corners
17 % The following variable controls the amount of "roundness"
19 numeric blot_diameter;
22 % this is not a meta variable: it is related to absolute sizes.
24 blot_diameter# = .4pt#;
25 define_pixels(blot_diameter);