blob: 7e1efc249bdce126c19288080741089839ba02c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
ffmchar("C",14,ht#,0);
italcorr ht#*slant;
x1=w-leftstemloc+ho+noise;
x2=.55w+noise;
x3=good.x(1.5u+s+noise);
x4=.55w+noise;
x5=w-leftstemloc+ho+noise;
top y1=h+noise;
top y2=h+noise;
y3=barheight+noise;
bot y4=0; %no noise!
z5=z4+whatever*randrt;
draw z1--z2
& half(z2,z2-z1,z3,-randup,z4,z5-z4)
& z4--z5;
charanchortops_[charcode]=(.5w,h);
charanchorbots_[charcode]=z4;
labels(1,2,3,4,5);
endchar;
|