OSDN Git Service

jfm-propv.lua: a metric for vertical proportional Japanese fonts
authorHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Wed, 29 Oct 2014 08:17:59 +0000 (17:17 +0900)
committerHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Wed, 29 Oct 2014 08:17:59 +0000 (17:17 +0900)
src/jfm-propv.lua [new file with mode: 0644]

diff --git a/src/jfm-propv.lua b/src/jfm-propv.lua
new file mode 100644 (file)
index 0000000..320ed62
--- /dev/null
@@ -0,0 +1,9 @@
+luatexja.jfont.define_jfm {
+   dir = 'tate',
+   zw = 1.0, zh = 1.0,
+
+   [0] = {
+      align = 'left', left = 0.0, down = 0.0,
+      width = 'prop', height = 0.50, depth = 0.50, italic=0.0,
+   }
+}