summaryrefslogtreecommitdiff
path: root/fonts/thai/rmit/chara7.mf
blob: ea6a595ba4e91878f5a822255e56a620104f3208 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
beginthaichar("NGAW NGOO", "A7", "ng", thick# + dia# + dia#, normht#, 0);
	q_def(1, thick, 0);
	penpos2(thick, 0);
	penpos3(0, 0);

	rt x1rt = rt x2r = rightmost;
	lft x3 = leftmost;
	top y1top = normht;
	bot y2 = 0;
	% 3/2(x2 - x3) = y3 - y2;
	y3 = 1/2normht;
	top x1top = normht;

	filldraw q_path(1) -- z2r -- z2l -- cycle;
	filldraw z2l -- z3 -- z2r -- cycle;
	penlabels(1,2,3);
endthaichar;