diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-12-01 23:46:04 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-12-02 14:41:02 -0500 |
commit | 0254870fe834465c58f5a7d0b39fa32ffe88ad8d (patch) | |
tree | 56d36dc4bb91c63f44c0991e48d1b9ace0957fcb /tests/layouts/valid-13.layout | |
parent | 253461f9dd2984ee00216b7292e27bb910fed816 (diff) | |
download | pango-0254870fe834465c58f5a7d0b39fa32ffe88ad8d.tar.gz |
layout: Small optimization
Don't calculate line width the hard way when
we can do it much easier.
Diffstat (limited to 'tests/layouts/valid-13.layout')
-rw-r--r-- | tests/layouts/valid-13.layout | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/layouts/valid-13.layout b/tests/layouts/valid-13.layout index b557a278..57dad35d 100644 --- a/tests/layouts/valid-13.layout +++ b/tests/layouts/valid-13.layout @@ -53,7 +53,7 @@ "is-wrapped" : false, "is-ellipsized" : false, "unknown-glyphs" : 1, - "width" : 315392, + "width" : 386048, "height" : 19456, "log-attrs" : [ { @@ -271,7 +271,7 @@ "glyphs" : [ { "glyph" : 268435455, - "width" : 43008, + "width" : 51200, "is-cluster-start" : true, "log-cluster" : 0 } @@ -355,7 +355,7 @@ "glyphs" : [ { "glyph" : 268435455, - "width" : 43008, + "width" : 51200, "is-cluster-start" : true, "log-cluster" : 0 } @@ -439,7 +439,7 @@ "glyphs" : [ { "glyph" : 268435455, - "width" : 44032, + "width" : 51200, "is-cluster-start" : true, "log-cluster" : 0 } @@ -607,7 +607,7 @@ "glyphs" : [ { "glyph" : 268435455, - "width" : 17408, + "width" : 51200, "is-cluster-start" : true, "log-cluster" : 0 } @@ -691,7 +691,7 @@ "glyphs" : [ { "glyph" : 268435455, - "width" : 46080, + "width" : 51200, "is-cluster-start" : true, "log-cluster" : 0 } @@ -775,7 +775,7 @@ "glyphs" : [ { "glyph" : 268435455, - "width" : 43008, + "width" : 51200, "is-cluster-start" : true, "log-cluster" : 0 } |