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/effigy.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/effigy.layout')
-rw-r--r-- | tests/layouts/effigy.layout | 165 |
1 files changed, 165 insertions, 0 deletions
diff --git a/tests/layouts/effigy.layout b/tests/layouts/effigy.layout new file mode 100644 index 00000000..62fa596f --- /dev/null +++ b/tests/layouts/effigy.layout @@ -0,0 +1,165 @@ +{ + "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 ligature that is expected to be borken", + "to produce two fitting lines." + ], + "text" : "effigy", + "font" : "DejaVu Sans 32", + "wrap" : "char", + "width" : 81920, + "height" : 2048, + "output" : { + "is-wrapped" : true, + "is-ellipsized" : false, + "width" : 71680, + "height" : 102400, + "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, + "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" : "eff", + "bidi-level" : 0, + "gravity" : "south", + "language" : "en-us", + "script" : "latin", + "font" : "DejaVu Sans 32", + "flags" : 4, + "y-offset" : 0, + "start-x-offset" : 0, + "end-x-offset" : 0, + "glyphs" : [ + { + "glyph" : 72, + "width" : 26624, + "is-cluster-start" : true, + "log-cluster" : 0 + }, + { + "glyph" : 5041, + "width" : 29696, + "is-cluster-start" : true, + "log-cluster" : 1 + }, + { + "glyph" : 2803, + "width" : 15360, + "log-cluster" : 1 + } + ] + } + ] + }, + { + "start-index" : 3, + "length" : 3, + "paragraph-start" : false, + "direction" : "ltr", + "runs" : [ + { + "offset" : 3, + "length" : 3, + "text" : "igy", + "bidi-level" : 0, + "gravity" : "south", + "language" : "en-us", + "script" : "latin", + "font" : "DejaVu Sans 32", + "flags" : 0, + "y-offset" : 0, + "start-x-offset" : 0, + "end-x-offset" : 0, + "glyphs" : [ + { + "glyph" : 76, + "width" : 12288, + "is-cluster-start" : true, + "log-cluster" : 0 + }, + { + "glyph" : 74, + "width" : 27648, + "is-cluster-start" : true, + "log-cluster" : 1 + }, + { + "glyph" : 92, + "width" : 25600, + "is-cluster-start" : true, + "log-cluster" : 2 + } + ] + } + ] + } + ] + } +} |