OSDN Git Service

Merge branch 'master' into kitagawa_test
[luatex-ja/luatexja.git] / test / jfm-test.lua
1 ltj.define_jfm {
2    dir = 'yoko',
3    zw = 1.0, zh = 1.0,
4    kanjiskip = { 0.1, 0.04, 0.05 },
5    xkanjiskip = { 0.31, 0.045, 0.057 },
6
7    [0] = {
8       align = 'left', left = 0.0, down = 0.0,
9       width = 1.0, height = 0.88, depth = 0.12, italic=0.0,
10    },
11    [1] = {
12       chars = { 'あ' },
13       align = 'left', left = 0.0, down = 0.0,
14       width = 1.0, height = 0.88, depth = 0.12, italic=0.0,
15       glue = { [3] = { 1.41, 0, 0} },
16       kern = { [8] = -1.41 , [2] = 2.0, [99] = 1.21 }
17    },
18    [11] = {
19       chars = { 'い' },
20       align = 'left', left = 0.0, down = 0.0,
21       width = 1.0, height = 0.88, depth = 0.12, italic=0.0,
22       glue = { [3] = { 1.41, 0, 0} },
23       kern = { [2] = 2.0, }
24    },
25    [21] = {
26       chars = { 'う' },
27       align = 'left', left = 0.0, down = 0.0,
28       width = 1.0, height = 0.88, depth = 0.12, italic=0.0,
29       glue = { [3] = { 1.41, 0, 0}, [99] ={ 1.73, 0, 0}  },
30       kern = { [8] = -1.41 , [2] = 2.0, }
31    },
32    [31] = {
33       chars = { 'え' },
34       align = 'left', left = 0.0, down = 0.0,
35       width = 1.0, height = 0.88, depth = 0.12, italic=0.0,
36       glue = { [3] = { 1.41, 0, 0} },
37       kern = { [2] = 2.0, [99] = 1.73}
38    },
39    [41] = {
40       chars = { 'お' },
41       align = 'left', left = 0.0, down = 0.0,
42       width = 1.0, height = 0.88, depth = 0.12, italic=0.0,
43       kern = { [8] = -1.41 , [2] = 2.0}
44    },
45
46    [2] = {
47       chars = { 'ア' },
48       align = 'left', left = 0.0, down = 0.0,
49       width = 1.0, height = 0.88, depth = 0.12, italic=0.0
50    },
51    [3] = {
52       chars = { 'ウ' },
53       align = 'left', left = 0.0, down = 0.0,
54       width = 1.0, height = 0.88, depth = 0.12, italic=0.0
55    },
56    [99] = {
57       chars = { 'jcharbdd' },
58       align = 'left', left = 0.0, down = 0.0,
59       width = 1.0, height = 0.88, depth = 0.12, italic=0.0,
60       glue = { [11] = { 1.41, 0, 0} },
61       kern = { [21] = 2.0, }
62    },
63    [8] = {
64       chars = { 'lineend' },
65       align = 'left', left = 0.0, down = 0.0,
66       width = 1.0, height = 0.88, depth = 0.12, italic=0.0,
67    }
68 }