summaryrefslogtreecommitdiff
path: root/tests/layouts/valid-3.layout
blob: ca2f608b547b301b0309b1e3ec1bad1055d114ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
{
  "context" : {
    "font" : "serif 12",
    "language" : "en-us",
    "base-gravity" : "south",
    "gravity-hint" : "natural",
    "base-dir" : "weak-ltr",
    "round-glyph-positions" : true,
    "transform" : [
      1,
      0,
      0,
      1,
      0,
      0
    ]
  },
  "comment" : "Emoji",
  "text" : "ABC😀️D",
  "font" : "Cantarell 11",
  "log-attrs" : [
    {
      "char-break" : true,
      "cursor-position" : true,
      "word-start" : true,
      "sentence-boundary" : true,
      "sentence-start" : true,
      "backspace-deletes-character" : true,
      "word-boundary" : true
    },
    {
      "char-break" : true,
      "cursor-position" : true,
      "break-inserts-hyphen" : true
    },
    {
      "char-break" : true,
      "cursor-position" : true,
      "break-inserts-hyphen" : true
    },
    {
      "line-break" : true,
      "char-break" : true,
      "cursor-position" : true,
      "word-end" : true,
      "word-boundary" : true
    },
    {},
    {
      "line-break" : true,
      "char-break" : true,
      "cursor-position" : true,
      "word-start" : true,
      "word-boundary" : true
    },
    {
      "line-break" : true,
      "mandatory-break" : true,
      "char-break" : true,
      "white" : true,
      "cursor-position" : true,
      "word-end" : true,
      "sentence-boundary" : true,
      "sentence-end" : true,
      "word-boundary" : true
    }
  ],
  "output" : {
    "wrapped" : false,
    "ellipsized" : false,
    "hypenated" : false,
    "unknown-glyphs" : 0,
    "width" : 56320,
    "height" : 19456,
    "lines" : [
      {
        "position" : [
          0,
          15360
        ],
        "line" : {
          "start-index" : 0,
          "length" : 11,
          "start-offset" : 0,
          "n-chars" : 6,
          "wrapped" : false,
          "ellipsized" : false,
          "hyphenated" : false,
          "justified" : false,
          "paragraph-start" : true,
          "paragraph-end" : true,
          "direction" : "ltr",
          "runs" : [
            {
              "offset" : 0,
              "length" : 3,
              "text" : "ABC",
              "bidi-level" : 0,
              "gravity" : "south",
              "language" : "en-us",
              "script" : "latin",
              "font" : {
                "description" : "Cantarell 11",
                "checksum" : "5bcb6ee14ee9d210b2e91d643de1fe456e9d1aea770983fdb05951545efebbe2",
                "variations" : {
                  "wght" : 0
                },
                "matrix" : [
                  1,
                  -0,
                  -0,
                  1,
                  0,
                  0
                ]
              },
              "flags" : 0,
              "y-offset" : 0,
              "start-x-offset" : 0,
              "end-x-offset" : 0,
              "glyphs" : [
                {
                  "glyph" : 1,
                  "width" : 9216,
                  "is-cluster-start" : true,
                  "log-cluster" : 0
                },
                {
                  "glyph" : 29,
                  "width" : 9216,
                  "is-cluster-start" : true,
                  "log-cluster" : 1
                },
                {
                  "glyph" : 30,
                  "width" : 9216,
                  "is-cluster-start" : true,
                  "log-cluster" : 2
                }
              ]
            },
            {
              "offset" : 3,
              "length" : 7,
              "text" : "😀️",
              "bidi-level" : 0,
              "gravity" : "south",
              "language" : "en-us",
              "script" : "latin",
              "font" : {
                "description" : "Noto Color Emoji 11",
                "checksum" : "054c1c2e2ca956b920262840dcad39dcf27bb88d6f70b892b2b1180de2c2ab47",
                "matrix" : [
                  0.13455956135321101,
                  -0,
                  -0,
                  0.13455956135321101,
                  0,
                  0
                ]
              },
              "flags" : 0,
              "y-offset" : 0,
              "start-x-offset" : 0,
              "end-x-offset" : 0,
              "glyphs" : [
                {
                  "glyph" : 12,
                  "width" : 18432,
                  "is-cluster-start" : true,
                  "is-color" : true,
                  "log-cluster" : 0
                },
                {
                  "glyph" : 268435455,
                  "width" : 0,
                  "is-cluster-start" : true,
                  "log-cluster" : 4
                }
              ]
            },
            {
              "offset" : 10,
              "length" : 1,
              "text" : "D",
              "bidi-level" : 0,
              "gravity" : "south",
              "language" : "en-us",
              "script" : "latin",
              "font" : {
                "description" : "Cantarell 11",
                "checksum" : "5bcb6ee14ee9d210b2e91d643de1fe456e9d1aea770983fdb05951545efebbe2",
                "variations" : {
                  "wght" : 0
                },
                "matrix" : [
                  1,
                  -0,
                  -0,
                  1,
                  0,
                  0
                ]
              },
              "flags" : 0,
              "y-offset" : 0,
              "start-x-offset" : 0,
              "end-x-offset" : 0,
              "glyphs" : [
                {
                  "glyph" : 37,
                  "width" : 10240,
                  "is-cluster-start" : true,
                  "log-cluster" : 0
                }
              ]
            }
          ]
        }
      }
    ]
  }
}