From 64cbe8b96273ef2268111c03950610efe3f6e5e5 Mon Sep 17 00:00:00 2001 From: Garret Rieger Date: Mon, 12 Dec 2022 20:41:40 +0000 Subject: [PATCH] [subset] Also note that only full instancing works. --- src/hb-subset-input.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/hb-subset-input.cc b/src/hb-subset-input.cc index 70754411f..38c38c10d 100644 --- a/src/hb-subset-input.cc +++ b/src/hb-subset-input.cc @@ -402,8 +402,9 @@ hb_subset_input_get_user_data (const hb_subset_input_t *input, * @axis_tag: Tag of the axis to be pinned * * 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. + * yet supported. Additionally all axes in a font must be pinned. * * Return value: `true` if success, `false` otherwise * @@ -428,8 +429,9 @@ hb_subset_input_pin_axis_to_default (hb_subset_input_t *input, * @axis_value: Location on the axis to be pinned at * * 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. + * yet supported. Additionally all axes in a font must be pinned. * * Return value: `true` if success, `false` otherwise *