Opened 7 years ago

Closed 7 years ago

#8726 closed enhancement (fixed)

harfbuzz-1.4.1

Reported by: bdubbs@… Owned by: bdubbs@…
Priority: normal Milestone: 8.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version. (Current version is 1.3.4).

Change History (3)

comment:1 by bdubbs@…, 7 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:2 by bdubbs@…, 7 years ago

Overview of changes leading to 1.4.1 Thursday, January 5, 2017 ====================================

  • Always build and use UCDN for Unicode data by default. Reduces dependence on version of Unicode data in glib, specially in the Windows bundles we are shipping, which have very old glib.

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.

comment:3 by bdubbs@…, 7 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 18145.

Note: See TracTickets for help on using tickets.