diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-11-23 13:59:24 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-11-24 19:57:58 -0500 |
commit | becb4a942a87989acd37770af08f04da3e2731ba (patch) | |
tree | 63fdef633ff52d7836c12e23024dbcae7bccbd97 /tests/layouts/bratwurst4.layout | |
parent | 2b013d4114cdca3581c0fd5eba1238e9eb890f8d (diff) | |
download | pango-becb4a942a87989acd37770af08f04da3e2731ba.tar.gz |
Add more tests
These were produced with the help of
http://gitlab.gnome.org/matthiasc/layout-editor
Diffstat (limited to 'tests/layouts/bratwurst4.layout')
-rw-r--r-- | tests/layouts/bratwurst4.layout | 216 |
1 files changed, 216 insertions, 0 deletions
diff --git a/tests/layouts/bratwurst4.layout b/tests/layouts/bratwurst4.layout new file mode 100644 index 00000000..311a1984 --- /dev/null +++ b/tests/layouts/bratwurst4.layout @@ -0,0 +1,216 @@ +{ + "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.0, + 0.0, + 1.0, + 0.0, + 0.0 + ] + }, + "comment" : [ + "A single word with a soft hyphen,", + "expected to be broken at the soft", + "hyphen and still produce overlong", + "lines." + ], + "text" : "Bratwurst", + "font" : "Cantarell Bold 32", + "width" : 87040, + "output" : { + "is-wrapped" : true, + "is-ellipsized" : false, + "width" : 115712, + "height" : 106496, + "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 + }, + { + "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, + "break-inserts-hyphen" : true + }, + { + "char-break" : true, + "cursor-position" : true, + "break-inserts-hyphen" : true + }, + { + "char-break" : true, + "cursor-position" : true, + "break-inserts-hyphen" : 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" : 6, + "paragraph-start" : true, + "direction" : "ltr", + "runs" : [ + { + "offset" : 0, + "length" : 6, + "text" : "Brat", + "bidi-level" : 0, + "gravity" : "south", + "language" : "en-us", + "script" : "latin", + "font" : "Cantarell Bold 32", + "flags" : 4, + "y-offset" : 0, + "start-x-offset" : 0, + "end-x-offset" : 0, + "glyphs" : [ + { + "glyph" : 29, + "width" : 28672, + "is-cluster-start" : true, + "log-cluster" : 0 + }, + { + "glyph" : 409, + "width" : 18432, + "is-cluster-start" : true, + "log-cluster" : 1 + }, + { + "glyph" : 244, + "width" : 23552, + "is-cluster-start" : true, + "log-cluster" : 2 + }, + { + "glyph" : 430, + "width" : 16384, + "is-cluster-start" : true, + "log-cluster" : 3 + }, + { + "glyph" : 268435455, + "width" : 0, + "is-cluster-start" : true, + "log-cluster" : 4 + }, + { + "glyph" : 1081, + "width" : 18432, + "log-cluster" : 4 + } + ] + } + ] + }, + { + "start-index" : 6, + "length" : 5, + "paragraph-start" : false, + "direction" : "ltr", + "runs" : [ + { + "offset" : 6, + "length" : 5, + "text" : "wurst", + "bidi-level" : 0, + "gravity" : "south", + "language" : "en-us", + "script" : "latin", + "font" : "Cantarell Bold 32", + "flags" : 0, + "y-offset" : 0, + "start-x-offset" : 0, + "end-x-offset" : 0, + "glyphs" : [ + { + "glyph" : 467, + "width" : 35840, + "is-cluster-start" : true, + "log-cluster" : 0 + }, + { + "glyph" : 438, + "width" : 24576, + "is-cluster-start" : true, + "log-cluster" : 1 + }, + { + "glyph" : 409, + "width" : 18432, + "is-cluster-start" : true, + "log-cluster" : 2 + }, + { + "glyph" : 417, + "width" : 20480, + "is-cluster-start" : true, + "log-cluster" : 3 + }, + { + "glyph" : 430, + "width" : 16384, + "is-cluster-start" : true, + "log-cluster" : 4 + } + ] + } + ] + } + ] + } +}
\ No newline at end of file |