diff options
author | Matthias Clasen <mclasen@redhat.com> | 2022-04-14 14:15:25 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2022-04-14 14:27:23 -0400 |
commit | a2ccd36a42e039d3600b04fe37fdc47f267d90c7 (patch) | |
tree | 8d40052c764d3ebe1cb5929bf1cb0c85c4031b00 | |
parent | 1f29168ed4441b7e1406ceaa9f417dc50da93105 (diff) | |
download | pango-a2ccd36a42e039d3600b04fe37fdc47f267d90c7.tar.gz |
1.50.71.50.7
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | meson.build | 2 | ||||
-rw-r--r-- | tests/layouts/valid-20.layout | 4 | ||||
-rw-r--r-- | tests/layouts/vertical.layout | 28 |
4 files changed, 25 insertions, 17 deletions
@@ -1,3 +1,11 @@ +Overview of changes in 1.50.7, 14-04-2022 +========================================= +- coretext: Fix the build +- editing: Fix moving across paragraph boundaries in rtl +- layout: Try harder to survive without fonts +- Windows: Register a sans-serif font +- Windows: Try harder to load a font + Overview of changes in 1.50.6, 19-03-2022 ========================================= - Drop hb-glib dependency diff --git a/meson.build b/meson.build index 9a75f807..d7a1168b 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pango', 'c', 'cpp', - version: '1.50.6', + version: '1.50.7', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized', diff --git a/tests/layouts/valid-20.layout b/tests/layouts/valid-20.layout index 93b8a1b1..db692b73 100644 --- a/tests/layouts/valid-20.layout +++ b/tests/layouts/valid-20.layout @@ -140,7 +140,7 @@ "glyph" : 244, "width" : 15360, "x-offset" : 14764, - "y-offset" : 3844, + "y-offset" : 3845, "is-cluster-start" : true, "log-cluster" : 0 }, @@ -156,7 +156,7 @@ "glyph" : 273, "width" : 15360, "x-offset" : 14764, - "y-offset" : 3506, + "y-offset" : 3507, "is-cluster-start" : true, "log-cluster" : 2 } diff --git a/tests/layouts/vertical.layout b/tests/layouts/vertical.layout index e8619bfb..a7f65068 100644 --- a/tests/layouts/vertical.layout +++ b/tests/layouts/vertical.layout @@ -128,7 +128,7 @@ { "glyph" : 1, "width" : 32768, - "x-offset" : 28835, + "x-offset" : 28836, "y-offset" : 9945, "is-cluster-start" : true, "log-cluster" : 0 @@ -136,7 +136,7 @@ { "glyph" : 2, "width" : 32768, - "x-offset" : 28835, + "x-offset" : 28836, "y-offset" : 10764, "is-cluster-start" : true, "log-cluster" : 1 @@ -144,8 +144,8 @@ { "glyph" : 3, "width" : 32768, - "x-offset" : 28835, - "y-offset" : 10452, + "x-offset" : 28836, + "y-offset" : 10453, "is-cluster-start" : true, "log-cluster" : 2 } @@ -179,24 +179,24 @@ { "glyph" : 4, "width" : 32768, - "x-offset" : 28835, - "y-offset" : 16383, + "x-offset" : 28836, + "y-offset" : 16384, "is-cluster-start" : true, "log-cluster" : 0 }, { "glyph" : 5, "width" : 32768, - "x-offset" : 28835, - "y-offset" : 16383, + "x-offset" : 28836, + "y-offset" : 16384, "is-cluster-start" : true, "log-cluster" : 3 }, { "glyph" : 7, "width" : 32768, - "x-offset" : 28835, - "y-offset" : 16383, + "x-offset" : 28836, + "y-offset" : 16384, "is-cluster-start" : true, "log-cluster" : 6 } @@ -230,7 +230,7 @@ { "glyph" : 1, "width" : 32768, - "x-offset" : 28835, + "x-offset" : 28836, "y-offset" : 9945, "is-cluster-start" : true, "log-cluster" : 0 @@ -238,7 +238,7 @@ { "glyph" : 2, "width" : 32768, - "x-offset" : 28835, + "x-offset" : 28836, "y-offset" : 10764, "is-cluster-start" : true, "log-cluster" : 1 @@ -246,8 +246,8 @@ { "glyph" : 3, "width" : 32768, - "x-offset" : 28835, - "y-offset" : 10452, + "x-offset" : 28836, + "y-offset" : 10453, "is-cluster-start" : true, "log-cluster" : 2 } |