diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-11-18 19:31:16 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-11-18 19:31:16 +0000 |
commit | f82c7d11f098d3e4d26c24bc7decf475aed2109d (patch) | |
tree | 4a249ef9f4b350dc8a3990041021164a82f6bc4f /tests/layouts/valid-20.layout | |
parent | 97300279f62855dc4ef286ed8bd5d363a8b8f710 (diff) | |
parent | 43f78996eef19a5b141a604937c36e0121187000 (diff) | |
download | pango-f82c7d11f098d3e4d26c24bc7decf475aed2109d.tar.gz |
Merge branch 'serializer2' into 'main'
Add layout serialization api
See merge request GNOME/pango!513
Diffstat (limited to 'tests/layouts/valid-20.layout')
-rw-r--r-- | tests/layouts/valid-20.layout | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/layouts/valid-20.layout b/tests/layouts/valid-20.layout new file mode 100644 index 00000000..bde84b6f --- /dev/null +++ b/tests/layouts/valid-20.layout @@ -0,0 +1,22 @@ +{ + "text" : "abcdef\n", + "attributes" : [ + { + "end" : 3, + "type" : "gravity", + "value" : "east" + }, + { + "end" : 3, + "type" : "gravity-hint", + "value" : "strong" + }, + { + "start" : 3, + "end" : 6, + "type" : "gravity", + "value" : "south" + } + ], + "font" : "Cantarell 11" +} |