blob: a321984271a7d6d1ea0d9a11b9878d11dd4416d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
beginthaichar("RAW REUA", "C3", "rr", thick# + normwd#, normht#, 0);
d_def(1, thick, 0);
rhat_def(2);
y2top = normht;
y1bot = 0;
x2lft = leftmost;
x2rt = rightmost;
x2r = rightmost - thick;
x1 = x2;
filldraw rhat_path(2) -- reverse d_path(1) -- cycle;
penlabels(1,2);
endthaichar;
|