summaryrefslogtreecommitdiff
path: root/fonts/thai/rmit/charba.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/charba.mf
Initial commit
Diffstat (limited to 'fonts/thai/rmit/charba.mf')
-rw-r--r--fonts/thai/rmit/charba.mf17
1 files changed, 17 insertions, 0 deletions
diff --git a/fonts/thai/rmit/charba.mf b/fonts/thai/rmit/charba.mf
new file mode 100644
index 0000000000..3b20c32a9a
--- /dev/null
+++ b/fonts/thai/rmit/charba.mf
@@ -0,0 +1,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;