From 02948263f9a9ab8ef28078e69ed349e2d89b301d Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Fri, 6 Jan 2023 22:53:19 +0200 Subject: [PATCH] [subset] Document that CFF2 instancing is now supported --- src/hb-subset-input.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/hb-subset-input.cc b/src/hb-subset-input.cc index bad4553ea..525cf0bcd 100644 --- a/src/hb-subset-input.cc +++ b/src/hb-subset-input.cc @@ -440,8 +440,8 @@ hb_subset_input_keep_everything (hb_subset_input_t *input) * * Pin an axis to its default location in the given subset input object. * - * Currently only works for fonts with 'glyf' tables. CFF and CFF2 is not - * yet supported. Additionally all axes in a font must be pinned. + * All axes in a font must be pinned. Additionally, `CFF2` table, if present, + * will be de-subroutinized. * * Return value: `true` if success, `false` otherwise * @@ -468,8 +468,8 @@ hb_subset_input_pin_axis_to_default (hb_subset_input_t *input, * * Pin an axis to a fixed location in the given subset input object. * - * Currently only works for fonts with 'glyf' tables. CFF and CFF2 is not - * yet supported. Additionally all axes in a font must be pinned. + * All axes in a font must be pinned. Additionally, `CFF2` table, if present, + * will be de-subroutinized. * * Return value: `true` if success, `false` otherwise *