blob: c275cc05ee71bf16b98acde72063266c8c6a9eb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
beginthaichar("SARA AH", "D2", "ah", thick# + normwd#, normht#, 0);
penpos1(thick, 0);
hat_def(2, thick);
lft x2lft = leftmost;
x1r = x2rt;
rt x2rt = rightmost;
bot y1 = 0;
top y2top = normht + overshoot;
filldraw hat_path(2) -- z1r -- z1l -- cycle;
penlabels(1,2);
endthaichar;
|