summaryrefslogtreecommitdiff
path: root/fonts/thai/rmit/chara8.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/chara8.mf
Initial commit
Diffstat (limited to 'fonts/thai/rmit/chara8.mf')
-rw-r--r--fonts/thai/rmit/chara8.mf17
1 files changed, 17 insertions, 0 deletions
diff --git a/fonts/thai/rmit/chara8.mf b/fonts/thai/rmit/chara8.mf
new file mode 100644
index 0000000000..25070abeb0
--- /dev/null
+++ b/fonts/thai/rmit/chara8.mf
@@ -0,0 +1,17 @@
+beginthaichar("JAW JAHN", "A8", "jj", jutout# + 2thick# + dia# + skinnywd#, normht#, 0);
+ q_def(1, thick, 0);
+ cup_def(2);
+ hat_def(3, thick);
+
+ lft x1lft = leftmost + jutout;
+ lft x3lft = leftmost;
+ x1l = x2lft;
+ x2rt = x3rt;
+ rt x2rt = rightmost;
+ top y1top + jutout = y3bot;
+ top y3top = normht + overshoot;
+
+ filldraw q_path(1) .. cup_path_i(2) .. hat_path(3)
+ .. reverse cup_path_o(2) .. cycle;
+ penlabels(1,2,3);
+endthaichar;