blob: c842ea053aab1c462a76d64569d0ac5aa604d34b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
% mflogo-params - set the ad-hoc parameters for generic METAFONT logo
% altered for `mfjob' - Damian Cugley <pdc@oxford.prg> Tue 16 Jan 1990
v# := designsize/18; % unit of vertical distance.
ht# := 10.8 v#; % height of characters
xgap# := 1.1 v#; % horizontal adjustment
u# := if known hratio: hratio * fi 0.8 v#; % unit width
s# := 0 v#; % extra space at the left and the right
o# := 1/5 v#; % overshoot
px# := if known weight: weight * fi 1.2 v#; % horizontal thickness of pen
|