blob: ea27ba228f438b3ea3b506ffe546ab63b5e7f76b (
plain)
1
2
3
4
5
6
7
8
|
ffmchar("dotaccent",4,x_ht#+acc_ht#,0);
x1=x2=.5w+noise;
bot y1=.5[x_ht,h]+noise;
y2=y1+dotincr*py;
draw dotcircle(z1,z2);
charanchortops_[charcode]=(.5w,x_ht);
labels(1,2);
endchar;
|