summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/luatexja/jfm-ujis.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-05-06 23:12:06 +0000
committerKarl Berry <karl@freefriends.org>2012-05-06 23:12:06 +0000
commitec4155a8b435806195767c2047ab6b3f9f2a1052 (patch)
treec7c5a7ca784c6239ddb222248150a53843427b63 /Master/texmf-dist/tex/luatex/luatexja/jfm-ujis.lua
parent3c6cdccdf8a900337b27e6c4099aeea5dbc86dcb (diff)
luatexja 20120506.0
git-svn-id: svn://tug.org/texlive/trunk@26229 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex/luatexja/jfm-ujis.lua')
-rw-r--r--Master/texmf-dist/tex/luatex/luatexja/jfm-ujis.lua47
1 files changed, 42 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/luatex/luatexja/jfm-ujis.lua b/Master/texmf-dist/tex/luatex/luatexja/jfm-ujis.lua
index 59b763e033a..4b984c56aa1 100644
--- a/Master/texmf-dist/tex/luatex/luatexja/jfm-ujis.lua
+++ b/Master/texmf-dist/tex/luatex/luatexja/jfm-ujis.lua
@@ -40,7 +40,8 @@ luatexja.jfont.define_jfm {
[3] = { 0.25, 0.0, 0.25 },
[5] = { 0.5 , 0.0, 0.5 },
[6] = { 0.5 , 0.0, 0.5 },
- [7] = { 0.5 , 0.0, 0.5 }
+ [7] = { 0.5 , 0.0, 0.5 },
+ [8] = { 0.5 , 0.0, 0.5 },
}
},
@@ -56,7 +57,8 @@ luatexja.jfont.define_jfm {
[4] = { 0.25, 0.0, 0.25 },
[5] = { 0.25, 0.0, 0.25 },
[6] = { 0.25, 0.0, 0.25 },
- [7] = { 0.25, 0.0, 0.25 }
+ [7] = { 0.25, 0.0, 0.25 },
+ [8] = { 0.25, 0.0, 0.25 },
}
},
@@ -70,12 +72,13 @@ luatexja.jfont.define_jfm {
[3] = { 0.75, 0.0, 0.25 },
[5] = { 0.5 , 0.0, 0.0 },
[6] = { 0.5 , 0.0, 0.0 },
- [7] = { 0.5 , 0.0, 0.0 }
+ [7] = { 0.5 , 0.0, 0.0 },
+ [8] = { 0.5 , 0.0, 0.0 },
}
},
[5] = { -- ダッシュ
- chars = { '―', '‥', '…' },
+ chars = { '—', '―', '‥', '…' },
align = 'left', left = 0.0, down = 0.0,
width = 1.0, height = 0.88, depth = 0.12, italic=0.0,
glue = {
@@ -98,7 +101,8 @@ luatexja.jfont.define_jfm {
[7] = { 0.5 , 0.0, 0.5 },
},
kern = {
- [5] = 0.0
+ [5] = 0.0,
+ [8] = 0.0
}
},
@@ -132,8 +136,41 @@ luatexja.jfont.define_jfm {
}
},
+ [8] = { -- 罫線類.
+ chars = {
+ '─', '━', '│', '┃', '┄', '┅', '┆', '┇',
+ '┈', '┉', '┊', '┋', '┌', '┍', '┎', '┏',
+ '┐', '┑', '┒', '┓', '└', '┕', '┖', '┗',
+ '┘', '┙', '┚', '┛', '├', '┝', '┞', '┟',
+ '┠', '┡', '┢', '┣', '┤', '┥', '┦', '┧',
+ '┨', '┩', '┪', '┫', '┬', '┭', '┮', '┯',
+ '┰', '┱', '┲', '┳', '┴', '┵', '┶', '┷',
+ '┸', '┹', '┺', '┻', '┼', '┽', '┾', '┿',
+ '╀', '╁', '╂', '╃', '╄', '╅', '╆', '╇',
+ '╈', '╉', '╊', '╋', '╌', '╍', '╎', '╏',
+ '═', '║', '╒', '╓', '╔', '╕', '╖', '╗',
+ '╘', '╙', '╚', '╛', '╜', '╝', '╞', '╟',
+ '╠', '╡', '╢', '╣', '╤', '╥', '╦', '╧',
+ '╨', '╩', '╪', '╫', '╬', '╭', '╮', '╯',
+ '╰', '╱', '╲', '╳', '╴', '╵', '╶', '╷',
+ '╸', '╹', '╺', '╻', '╼', '╽', '╾', '╿',
+ },
+ align = 'left', left = 0.0, down = 0.0,
+ width = 1.0, height = 0.88, depth = 0.12, italic=0.0,
+ glue = {
+ [1] = { 0.5 , 0.0, 0.5 },
+ [3] = { 0.25, 0.0, 0.25 }
+ },
+ kern = {
+ [8] = 0.0
+ }
+ },
+
[99] = { -- box末尾
chars = {'boxbdd', 'parbdd'},
+ glue = {
+ [3] = { 0.25, 0.0, 0.25 },
+ }
},
} \ No newline at end of file