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/kebab.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/kebab.layout')
-rw-r--r-- | tests/layouts/kebab.layout | 225 |
1 files changed, 225 insertions, 0 deletions
diff --git a/tests/layouts/kebab.layout b/tests/layouts/kebab.layout new file mode 100644 index 00000000..ce41c9b4 --- /dev/null +++ b/tests/layouts/kebab.layout @@ -0,0 +1,225 @@ +{ + "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" : [ + "Two words, expected to be broken", + "between words, collapsing the space", + "and still produce two overlong lines." + ], + "text" : "Döner Kebab", + "font" : "Cantarell Bold 32", + "width" : 87040, + "output" : { + "is-wrapped" : true, + "is-ellipsized" : false, + "width" : 126976, + "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 + }, + { + "char-break" : true, + "white" : true, + "cursor-position" : true, + "word-end" : true, + "expandable-space" : true, + "word-boundary" : true + }, + { + "line-break" : true, + "char-break" : true, + "cursor-position" : true, + "word-start" : 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, + "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" : 7, + "paragraph-start" : true, + "direction" : "ltr", + "runs" : [ + { + "offset" : 0, + "length" : 7, + "text" : "Döner ", + "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" : 37, + "width" : 31744, + "is-cluster-start" : true, + "log-cluster" : 0 + }, + { + "glyph" : 381, + "width" : 25600, + "is-cluster-start" : true, + "log-cluster" : 1 + }, + { + "glyph" : 360, + "width" : 25600, + "is-cluster-start" : true, + "log-cluster" : 3 + }, + { + "glyph" : 287, + "width" : 23552, + "is-cluster-start" : true, + "log-cluster" : 4 + }, + { + "glyph" : 409, + "width" : 18432, + "is-cluster-start" : true, + "log-cluster" : 5 + }, + { + "glyph" : 268435455, + "width" : 0, + "is-cluster-start" : true, + "log-cluster" : 6 + } + ] + } + ] + }, + { + "start-index" : 7, + "length" : 5, + "paragraph-start" : false, + "direction" : "ltr", + "runs" : [ + { + "offset" : 7, + "length" : 5, + "text" : "Kebab", + "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" : 100, + "width" : 28672, + "is-cluster-start" : true, + "log-cluster" : 0 + }, + { + "glyph" : 287, + "width" : 23552, + "is-cluster-start" : true, + "log-cluster" : 1 + }, + { + "glyph" : 272, + "width" : 25600, + "is-cluster-start" : true, + "log-cluster" : 2 + }, + { + "glyph" : 244, + "width" : 23552, + "is-cluster-start" : true, + "log-cluster" : 3 + }, + { + "glyph" : 272, + "width" : 25600, + "is-cluster-start" : true, + "log-cluster" : 4 + } + ] + } + ] + } + ] + } +}
\ No newline at end of file |