blob: 6676fd943ceee2c49169696d1f9ad1744be14bf1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
ffmchar("quoteright",5,ht#,0);
italcorr ht#*slant;
x1=.4w+noise;
x2=.6w+noise;
top y2=h+o+noise;
y1=.5[barheight,x_ht]+noise;
draw z1--z2;
charanchortoprights_[charcode]=(.5w,h);
labels(1,2);
endchar;
|