summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-07-04 10:56:42 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-07-04 11:24:16 -0400
commit5b3d30508bb343d5dd71b7aa7892e31e7a2d5930 (patch)
tree3ea741a200825d87c39d7de2389245b7713db544
parenta9c6959dc2844229a9c740fa38cbd29a6196ecd5 (diff)
downloadpango2-color-palette.tar.gz
-rw-r--r--NEWS25
1 files changed, 21 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 47c58263..c3540e6d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,8 @@
-Overview of changes
-===================
+Overview of changes in 0.91.0, 04-07-2022
+=========================================
-Change the prefix to make Pango 1.x and Pango 2 usable
-in the same process. The new setup is:
+Everything has been renamed to make Pango 1.x and Pango 2
+usable in the same process. The new setup is:
- All types are Pango2...
- All symbols are pango2_...
- Includes are #include <pango2/pango.h>
@@ -14,6 +14,23 @@ Pango 1.x, the version number has been dropped to 0.x,
and the news release will be a 0.91 development release
leading towards Pango2 1.0.
+Changes
+-------
+
+- Implement all line styles in the cairo renderer
+
+- AddPango2HbFaceBuilder, and replace some of the complex
+ constructors with it
+
+- Add pango2_lines_get_trimmed_extents
+
+- Support color palettes in fonts. New APIs include
+ pango2_context_set_palette
+ pango2_attr_palette_new
+ pango2_cairo_show_color_glyph_string
+
+- The DirectWrite support should be closer to working
+
Overview of changes in 1.90
===========================