|
|
|
@ -100,6 +100,8 @@ typedef enum { /*< flags >*/ |
|
|
|
|
* @HB_SUBSET_SETS_NAME_LANG_ID: the set of name lang ids that will be retained. |
|
|
|
|
* @HB_SUBSET_SETS_LAYOUT_FEATURE_TAG: the set of layout feature tags that will be retained |
|
|
|
|
* in the subset. |
|
|
|
|
* @HB_SUBSET_SETS_LAYOUT_SCRIPT_TAG: the set of layout script tags that will be retained |
|
|
|
|
* in the subset. Defaults to all tags. |
|
|
|
|
* |
|
|
|
|
* List of sets that can be configured on the subset input. |
|
|
|
|
* |
|
|
|
@ -113,6 +115,7 @@ typedef enum { |
|
|
|
|
HB_SUBSET_SETS_NAME_ID, |
|
|
|
|
HB_SUBSET_SETS_NAME_LANG_ID, |
|
|
|
|
HB_SUBSET_SETS_LAYOUT_FEATURE_TAG, |
|
|
|
|
HB_SUBSET_SETS_LAYOUT_SCRIPT_TAG, |
|
|
|
|
} hb_subset_sets_t; |
|
|
|
|
|
|
|
|
|
HB_EXTERN hb_subset_input_t * |
|
|
|
|