mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[subset] add unicode and glyph set enums.
This commit is contained in:
parent
e3e1ae8766
commit
4c389fd9e5
1 changed files with 4 additions and 1 deletions
|
@ -95,11 +95,14 @@ typedef enum { /*< flags >*/
|
|||
* Since: REPLACE
|
||||
**/
|
||||
typedef enum { /*< flags >*/
|
||||
HB_SUBSET_SETS_LAYOUT_FEATURE_TAG = 0,
|
||||
HB_SUBSET_SETS_UNICODE_CODEPOINT = 0,
|
||||
HB_SUBSET_SETS_GLYPH_INDEX,
|
||||
HB_SUBSET_SETS_LAYOUT_FEATURE_TAG,
|
||||
HB_SUBSET_SETS_NAME_INDEX,
|
||||
HB_SUBSET_SETS_NAME_LANG_INDEX,
|
||||
HB_SUBSET_SETS_NO_SUBSET_TABLE_TAG,
|
||||
HB_SUBSET_SETS_DROP_TABLE_TAG,
|
||||
HB_SUBSET_SETS_COUNT
|
||||
} hb_subset_sets_t;
|
||||
|
||||
HB_EXTERN hb_subset_input_t *
|
||||
|
|
Loading…
Add table
Reference in a new issue