diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-12-22 02:43:58 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-12-22 02:43:58 +0000 |
commit | de06bb288fb23a833e6813993f31248eee0680dd (patch) | |
tree | 14cf437b74f69c172ecf8bf90e274639391e3e26 /tests | |
parent | 254a11aefbd00a95e7a7e938b3044d171afe98df (diff) | |
parent | 9fe2853692bb64ded58a507d87508dc8536cd386 (diff) | |
download | pango-de06bb288fb23a833e6813993f31248eee0680dd.tar.gz |
Merge branch 'better-space-size' into 'main'
Add a private api to get the font size
Closes #647
See merge request GNOME/pango!561
Diffstat (limited to 'tests')
-rw-r--r-- | tests/layouts/no-space.layout | 10 | ||||
-rw-r--r-- | tests/layouts/valid-14.layout | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/tests/layouts/no-space.layout b/tests/layouts/no-space.layout index 7b62c2e1..646450c1 100644 --- a/tests/layouts/no-space.layout +++ b/tests/layouts/no-space.layout @@ -21,7 +21,7 @@ "is-wrapped" : false, "is-ellipsized" : false, "unknown-glyphs" : 4, - "width" : 261120, + "width" : 130048, "height" : 45056, "log-attrs" : [ { @@ -105,13 +105,13 @@ "glyphs" : [ { "glyph" : 268435488, - "width" : 54272, + "width" : 21504, "is-cluster-start" : true, "log-cluster" : 0 }, { "glyph" : 268435488, - "width" : 54272, + "width" : 21504, "is-cluster-start" : true, "log-cluster" : 1 }, @@ -123,13 +123,13 @@ }, { "glyph" : 268435488, - "width" : 54272, + "width" : 21504, "is-cluster-start" : true, "log-cluster" : 5 }, { "glyph" : 268435488, - "width" : 54272, + "width" : 21504, "is-cluster-start" : true, "log-cluster" : 6 } diff --git a/tests/layouts/valid-14.layout b/tests/layouts/valid-14.layout index 593e538e..07c80f17 100644 --- a/tests/layouts/valid-14.layout +++ b/tests/layouts/valid-14.layout @@ -235,7 +235,7 @@ }, { "glyph" : 1058, - "width" : 6144, + "width" : 14336, "log-cluster" : 0 } ] @@ -267,7 +267,7 @@ "glyphs" : [ { "glyph" : 268435488, - "width" : 15360, + "width" : 7168, "is-cluster-start" : true, "log-cluster" : 0 } |