summaryrefslogtreecommitdiff
path: root/fonts/thai/rmit/charcd.mf
blob: 844d450c879b66e1ba43c42f878a1e5b7465438e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
beginthaichar("AW AHNG", "CD", "aw", 2thick# + normwd#, normht#, 0);
	p_def(1, thick, 1/3thick);
	cup_def(2);
	hat_def(3, thick);

	x1lft = x2lft = x3lft + jutout;
	x3lft = leftmost;
	x2rt = x3rt = rightmost;
	y1top + jutout = y3bot;
	top y3top = normht + overshoot;

	filldraw p_path(1) --- cup_path_i(2) --- hat_path(3) ---
		reverse cup_path_o(2) --- cycle;
	penlabels(1,2,3);
endthaichar;