[subset] Document that CFF2 instancing is now supported

This commit is contained in:
Khaled Hosny 2023-01-06 22:53:19 +02:00 committed by Behdad Esfahbod
parent aba6cbe867
commit 02948263f9
1 changed files with 4 additions and 4 deletions

View File

@ -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. * 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 * All axes in a font must be pinned. Additionally, `CFF2` table, if present,
* yet supported. Additionally all axes in a font must be pinned. * will be de-subroutinized.
* *
* Return value: `true` if success, `false` otherwise * 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. * 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 * All axes in a font must be pinned. Additionally, `CFF2` table, if present,
* yet supported. Additionally all axes in a font must be pinned. * will be de-subroutinized.
* *
* Return value: `true` if success, `false` otherwise * Return value: `true` if success, `false` otherwise
* *