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