blob: 1c25007a442a8ea1272cb1176814fb00fab63bee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
% Fetamont parameters (oblique, 9pt)
font_identifier:="FFMO";
font_size 9pt#; % the "design size" of this font
ht#:=.9*6pt#; % height of characters
x_ht#:=.9*4.5pt#; % x-height of characters
acc_ht#:=.9*2pt#; % height of the accents
barheight#:=.45ht#; % height of bar lines
comma_depth#:=designsize*7/36pt#; % depth of comma
acc_depth#:=designsize*7/36pt#; % depth of accents
u#:=.91*4/9pt#; % unit width
xgap#:=.9*0.6pt#; % horizontal adjustment
ygap#:=(ht#/13.5u#)*xgap#; % vertical adjustment (N and M)
s#:=.08pt#; % extra space at the sides
o#:=1/10pt#; % overshoot
px#:=.9*2/3pt#; % horizontal thickness of pen
py#:=.9px#; % vertical pen thickness
dotincr:=.4; % increasement of dot diameter
prot:=0; % rotation angle of the pen
slant:=1/4; % slanting amount
craziness:=0; % degree of haphazard variation
superness:=.8; % parameter for superellipses
input ffmbase % now generate the font
|