2 % part of LilyPond's pretty-but-neat music font
12 % TODO: make sure font size for text and
13 % font size for music both jibe with the number font.
16 %blot_diameter# = .4pt#;
18 fet_beginfont("feta-nummer", design_size);
22 space# := design_size/2;
24 font_x_height height#;
25 font_normal_space space#;
26 font_coding_scheme "feta number";
31 %ugh. b and h are reused.
34 save b,h; 4h+b=1.15; 10h+b=1;
35 fatten:=designsize*h+b;
37 save b,h; 4h+b=1.05; 10h+b=1;
38 widen:=designsize*h+b;
41 thick#:=7/30height#*fatten;
42 thin#:=thick#/4*fatten + max(.1 (height# / 10 - 1), 0);
44 %% sqrt(.8 * blot_diameter#* thin#) ;
48 flare#:=9/8 thick# + .75 (height# / 10 - 1);
50 save b,h; 4h+b=1/8; 10h+b=1/6;
51 kuulleke#:=thick#*designsize*h+b;
53 foot_width#:=9/4thick#;
55 input feta-nummer-code;
57 fet_endfont("feta-nummer");