blob: 3b20c32a9a84e9df520194b14960e7985020ecdf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
beginthaichar("BAW BAI MAI", "BA", "bb", dia# + 2thick# + normwd#, normht#, 0);
q_def(1, thick, 0);
base_def(2);
penpos3(thick, 0);
lft x1lft = leftmost;
x1l = x2lft;
x2rt = x3r;
rt x3r = rightmost;
top y1top = normht;
top y3 = normht;
y2bot = 0;
filldraw q_path(1) -- base_path_i(2) -- z3l -- z3r
-- reverse base_path_o(2) -- cycle;
penlabels(1,2,3);
endthaichar;
|