diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-11-17 20:56:25 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-11-18 13:58:15 -0500 |
commit | 4d60ee85616d500c3384301330b8bfae619c7963 (patch) | |
tree | b0e200841afd8da783c8cd6965ee1f5867dd9cfd /tests/layouts/valid-14.layout | |
parent | 2aead7a8e8828de6afef96611661997a52ca6739 (diff) | |
download | pango-4d60ee85616d500c3384301330b8bfae619c7963.tar.gz |
Make test-layout use layout serialization
Now that we have this api, lets use it for
our tests.
Diffstat (limited to 'tests/layouts/valid-14.layout')
-rw-r--r-- | tests/layouts/valid-14.layout | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/layouts/valid-14.layout b/tests/layouts/valid-14.layout new file mode 100644 index 00000000..116cc94f --- /dev/null +++ b/tests/layouts/valid-14.layout @@ -0,0 +1,8 @@ +{ + "text" : "你好 Hello שלום Γειά σας\n", + "attributes" : [], + "font" : "Cantarell 11", + "ellipsize" : "start", + "width" : 161792, + "line-spacing" : 1.5 +} |