diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-18 16:44:19 -0700 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-18 18:02:28 -0700 |
commit | f7a22d813aa7c9cf264c44aa62fb355f324b4160 (patch) | |
tree | f2a6c71b788c9d14e0dbbc314f67e91f089babde | |
parent | 1b63d2a36fe6fef9276053945fa9edd3ccc7a716 (diff) | |
download | pango-f7a22d813aa7c9cf264c44aa62fb355f324b4160.tar.gz |
NEWS: Some more updates
-rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,11 +1,15 @@ Overview of changes in 1.44.0 ============================= +- Use harfbuzz for shaping on all platforms +- Add a getter for hb_font_t +- Make PangoCoverage a GObject +- Add a pango_tailor_break api - font metrics: Add line height - layout: Support line spacing - layout: Draw hyphens for line breaks - cairo: Don't render hex boxes for space - Add tests for itemization and line breaking -- Remove language engine remnants +- Remove language and shape engine remnants - Rename meson options: gtk_doc, introspection - Require GLib 2.59.2 - Require Harfbuzz 2.0 |