summaryrefslogtreecommitdiff
path: root/tests/layouts/letterspacing.layout
blob: 87822cce54506976d4787f076542db8fc76ae136 (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
{
  "context" : {
    "font" : "serif 12",
    "base-gravity" : "south",
    "gravity-hint" : "natural",
    "base-dir" : "weak-ltr",
    "round-glyph-positions" : true,
    "transform" : [
      1,
      0,
      0,
      1,
      0,
      0
    ]
  },
  "text" : "ffi",
  "attributes" : [
    {
      "type" : "letter-spacing",
      "value" : 10240
    },
    {
      "type" : "font-features",
      "value" : "liga=1"
    }
  ],
  "font" : "DejaVu Sans 32",
  "output" : {
    "is-wrapped" : false,
    "is-ellipsized" : false,
    "unknown-glyphs" : 0,
    "width" : 63488,
    "height" : 52224,
    "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,
        "mandatory-break" : true,
        "char-break" : true,
        "white" : true,
        "cursor-position" : true,
        "word-end" : true,
        "sentence-boundary" : true,
        "sentence-end" : true,
        "word-boundary" : true
      }
    ],
    "lines" : [
      {
        "start-index" : 0,
        "length" : 3,
        "paragraph-start" : true,
        "direction" : "ltr",
        "runs" : [
          {
            "offset" : 0,
            "length" : 3,
            "text" : "ffi",
            "bidi-level" : 0,
            "gravity" : "south",
            "language" : "en-us",
            "script" : "Latn",
            "font" : {
              "description" : "DejaVu Sans 32",
              "checksum" : "69ccd07023a72ceb27a5e5c22f728627353b60a198170f5e58dd7014221abf01",
              "matrix" : [
                1,
                -0,
                -0,
                1,
                0,
                0
              ]
            },
            "flags" : 0,
            "extra-attributes" : [
              {
                "type" : "letter-spacing",
                "value" : 10240
              },
              {
                "type" : "font-features",
                "value" : "liga=1"
              }
            ],
            "y-offset" : 0,
            "start-x-offset" : 0,
            "end-x-offset" : 0,
            "glyphs" : [
              {
                "glyph" : 73,
                "width" : 20480,
                "is-cluster-start" : true,
                "log-cluster" : 0
              },
              {
                "glyph" : 73,
                "width" : 25600,
                "x-offset" : 5120,
                "is-cluster-start" : true,
                "log-cluster" : 1
              },
              {
                "glyph" : 76,
                "width" : 17408,
                "x-offset" : 5120,
                "is-cluster-start" : true,
                "log-cluster" : 2
              }
            ]
          }
        ]
      }
    ]
  }
}