summaryrefslogtreecommitdiff
path: root/fonts/harfbuzz/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-12-03 11:43:25 +0000
committerwiz <wiz@pkgsrc.org>2018-12-03 11:43:25 +0000
commitf94592e82b0ce16c0ef7a4fc7e06c47469cbdd44 (patch)
treed7a758465676efea919a1c6586cbc0b0ed98a2b3 /fonts/harfbuzz/Makefile
parent1a1e1233127f46978cb239cac6bdf344c31a58ba (diff)
downloadpkgsrc-f94592e82b0ce16c0ef7a4fc7e06c47469cbdd44.tar.gz
harfbuzz: update to 2.2.0.
Overview of changes leading to 2.2.0 Thursday, November 29, 2018 ==================================== - Misc shaping bug fixes. - Add font variations named-instance API. - Deprecate font variations axis enumeration API and add replacement. - AAT shaping improvements: o Fixed 'kern' table Format 2 implementation. o Implement 'feat' table API for feature detection. o Blacklist 'GSUB' table of fonts from 'MUTF' foundry that also have 'morx'. New API: +hb_aat_layout_feature_type_t +hb_aat_layout_feature_selector_t +hb_aat_layout_get_feature_types() +hb_aat_layout_feature_type_get_name_id +hb_aat_layout_feature_selector_info_t +HB_AAT_LAYOUT_NO_SELECTOR_INDEX +hb_aat_layout_feature_type_get_selector_infos() +hb_ot_var_axis_flags_t +hb_ot_var_axis_info_t +hb_ot_var_get_axis_infos() +hb_ot_var_find_axis_info() +hb_ot_var_get_named_instance_count() +hb_ot_var_named_instance_get_subfamily_name_id() +hb_ot_var_named_instance_get_postscript_name_id() +hb_ot_var_named_instance_get_design_coords() Deprecated API: +HB_OT_VAR_NO_AXIS_INDEX +hb_ot_var_axis_t +hb_ot_var_get_axes() +hb_ot_var_find_axis()
Diffstat (limited to 'fonts/harfbuzz/Makefile')
-rw-r--r--fonts/harfbuzz/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/harfbuzz/Makefile b/fonts/harfbuzz/Makefile
index da945d938ef..4af8758c15e 100644
--- a/fonts/harfbuzz/Makefile
+++ b/fonts/harfbuzz/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.103 2018/11/30 15:26:51 wiz Exp $
+# $NetBSD: Makefile,v 1.104 2018/12/03 11:43:25 wiz Exp $
-DISTNAME= harfbuzz-2.1.3
+DISTNAME= harfbuzz-2.2.0
CATEGORIES= fonts
MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/
EXTRACT_SUFX= .tar.bz2