mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 00:32:59 +00:00
[subset] s/Since/XSince/.
This commit is contained in:
parent
d339298f37
commit
8eb9f31263
2 changed files with 4 additions and 4 deletions
|
@ -543,7 +543,7 @@ hb_subset_preprocess (hb_face_t *source)
|
|||
*
|
||||
* Return value: (transfer none): pointer to the #hb_map_t of the custom glyphs ID map.
|
||||
*
|
||||
* Since: REPLACEME
|
||||
* XSince: REPLACEME
|
||||
**/
|
||||
HB_EXTERN hb_map_t*
|
||||
hb_subset_input_old_to_new_glyph_mapping (hb_subset_input_t *input)
|
||||
|
|
|
@ -154,6 +154,9 @@ hb_subset_input_glyph_set (hb_subset_input_t *input);
|
|||
HB_EXTERN hb_set_t *
|
||||
hb_subset_input_set (hb_subset_input_t *input, hb_subset_sets_t set_type);
|
||||
|
||||
HB_EXTERN hb_map_t*
|
||||
hb_subset_input_old_to_new_glyph_mapping (hb_subset_input_t *input);
|
||||
|
||||
HB_EXTERN hb_subset_flags_t
|
||||
hb_subset_input_get_flags (hb_subset_input_t *input);
|
||||
|
||||
|
@ -172,9 +175,6 @@ hb_subset_input_pin_axis_location (hb_subset_input_t *input,
|
|||
hb_tag_t axis_tag,
|
||||
float axis_value);
|
||||
|
||||
HB_EXTERN hb_map_t*
|
||||
hb_subset_input_old_to_new_glyph_mapping (hb_subset_input_t *input);
|
||||
|
||||
#ifdef HB_EXPERIMENTAL_API
|
||||
HB_EXTERN hb_bool_t
|
||||
hb_subset_input_override_name_table (hb_subset_input_t *input,
|
||||
|
|
Loading…
Add table
Reference in a new issue