summaryrefslogtreecommitdiff
path: root/tests/layouts/valid-11.layout
blob: a044cc53c00e527d49e6a2209a907ad45ddffc67 (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
{
  "text" : "double low error\n",
  "attributes" : [
    {
      "end" : 6,
      "type" : "underline",
      "value" : "double"
    },
    {
      "end" : 6,
      "type" : "overline",
      "value" : "single"
    },
    {
      "start" : 7,
      "end" : 10,
      "type" : "underline",
      "value" : "low"
    },
    {
      "start" : 7,
      "end" : 10,
      "type" : "strikethrough",
      "value" : true
    },
    {
      "start" : 11,
      "end" : 16,
      "type" : "underline",
      "value" : "error"
    },
    {
      "start" : 11,
      "end" : 16,
      "type" : "rise",
      "value" : 1024
    }
  ],
  "font" : "Cantarell 11",
  "wrap" : "char",
  "width" : 225280
}