summaryrefslogtreecommitdiff
path: root/fonts/thai/rmit/chara7.mf
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /fonts/thai/rmit/chara7.mf
Initial commit
Diffstat (limited to 'fonts/thai/rmit/chara7.mf')
-rw-r--r--fonts/thai/rmit/chara7.mf17
1 files changed, 17 insertions, 0 deletions
diff --git a/fonts/thai/rmit/chara7.mf b/fonts/thai/rmit/chara7.mf
new file mode 100644
index 0000000000..ea6a595ba4
--- /dev/null
+++ b/fonts/thai/rmit/chara7.mf
@@ -0,0 +1,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;