diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2017-01-05 01:27:49 -0800 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2017-01-05 01:27:49 -0800 |
commit | f3397069479cae34e6bdc658e2875fb178b03e43 (patch) | |
tree | 60800f8ee2d939da929c70141a46edc53897217c | |
parent | ae00af4a47587308969dfaf7baa93164d7842710 (diff) |
1.4.01.4.0
-rw-r--r-- | NEWS | 34 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 35 insertions, 1 deletions
@@ -1,3 +1,37 @@ +Overview of changes leading to 1.4.0 +Thursday, January 5, 2017 +==================================== + +- Merged "OpenType GX" branch which adds core of support for + OpenType 1.8 Font Variations. To that extent, the relevant + new API is: + +New API: +hb_font_set_var_coords_normalized() + + with supporting API: + +New API: +HB_OT_LAYOUT_NO_VARIATIONS_INDEX +hb_ot_layout_table_find_feature_variations() +hb_ot_layout_feature_with_variations_get_lookups() +hb_shape_plan_create2() +hb_shape_plan_create_cached2() + + Currently variations in GSUB/GPOS/GDEF are fully supported, + and no other tables are supported. In particular, fvar/avar + are NOT supported, hence the hb_font_set_var_coords_normalized() + taking normalized coordinates. API to take design coordinates + will be added in the future. + + HVAR/VVAR/MVAR support will also be added to hb-ot-font in the + future. + +- Fix regression in GDEF glyph class processing. +- Add decompositions for Chakma, Limbu, and Balinese in USE shaper. +- Misc fixes. + + Overview of changes leading to 1.3.4 Monday, December 5, 2016 ==================================== diff --git a/configure.ac b/configure.ac index f985e104..78869a99 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.64]) AC_INIT([HarfBuzz], - [1.3.4], + [1.4.0], [https://github.com/behdad/harfbuzz/issues/new], [harfbuzz], [http://harfbuzz.org/]) |