summaryrefslogtreecommitdiff
path: root/fonts/thai/rmit/charc6.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/charc6.mf
Initial commit
Diffstat (limited to 'fonts/thai/rmit/charc6.mf')
-rw-r--r--fonts/thai/rmit/charc6.mf16
1 files changed, 16 insertions, 0 deletions
diff --git a/fonts/thai/rmit/charc6.mf b/fonts/thai/rmit/charc6.mf
new file mode 100644
index 0000000000..4bc5fe6aab
--- /dev/null
+++ b/fonts/thai/rmit/charc6.mf
@@ -0,0 +1,16 @@
+beginthaichar("LEU", "C6", "le", dia# + thin# + thick# + normwd#, normht#, lvgap# + lvht#);
+ d_def(1, thick, thick/2);
+ gor_def(2);
+ botcap_def(3);
+
+ lft x1lft = leftmost;
+ bot y1bot = 0;
+ x1l = x2lft;
+ x2rt = x3r;
+ rt x3r = rightmost;
+ bot y3bot = -lvht - lvgap;
+
+ filldraw d_path(1) -- gor_path_i(2) -- z3l
+ -- z3r -- reverse gor_path_o(2) -- cycle;
+ penlabels(1,2,3);
+endthaichar;