diff options
author | Karl Berry <karl@freefriends.org> | 2012-09-04 23:02:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-09-04 23:02:12 +0000 |
commit | a0fb1a4d69667793af3cff54f71b5c01ad5434c1 (patch) | |
tree | 636b1fb2eb001114988f35e3f2c676b39db6d4f7 /Master/texmf-dist/doc/luatex/luatexja/jfm-test.lua | |
parent | a3298cd2a9d5a805dea61e95b0077e73470ab270 (diff) |
luatexja (4sep12)
git-svn-id: svn://tug.org/texlive/trunk@27593 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/luatex/luatexja/jfm-test.lua')
-rw-r--r-- | Master/texmf-dist/doc/luatex/luatexja/jfm-test.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/luatex/luatexja/jfm-test.lua b/Master/texmf-dist/doc/luatex/luatexja/jfm-test.lua index 8d73b958064..fdee46c356e 100644 --- a/Master/texmf-dist/doc/luatex/luatexja/jfm-test.lua +++ b/Master/texmf-dist/doc/luatex/luatexja/jfm-test.lua @@ -5,6 +5,7 @@ luatexja.jfont.define_jfm { xkanjiskip = { 0.31, 0.045, 0.057 }, [0] = { + chars = { '漢', 'ヒ*' }, align = 'left', left = 0.0, down = 0.0, width = 1.0, height = 0.88, depth = 0.12, italic=0.0, }, @@ -65,6 +66,11 @@ luatexja.jfont.define_jfm { width = 1.0, height = 0.88, depth = 0.12, italic=0.0, glue = { [199] = { 0.78, 0, 0} }, }, + [2000] = { + chars = { '。', '、*', 'ヒ' }, + align = 'left', left = 0.0, down = 0.0, + width = 0.5, height = 0.88, depth = 0.12, italic=0.0, + }, [100] = { chars = { '「' }, align = 'right', left = 0.0, down = 0.0, |