| Index: third_party/harfbuzz-ng/src/hb-deprecated.h
|
| diff --git a/third_party/harfbuzz-ng/src/hb-deprecated.h b/third_party/harfbuzz-ng/src/hb-deprecated.h
|
| index 30ae4b1caf76dd03cc682eda7458728b5380ad6c..0398dfae60bafefeee2b2f2756aa1bef937b2a1f 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-deprecated.h
|
| +++ b/third_party/harfbuzz-ng/src/hb-deprecated.h
|
| @@ -44,6 +44,16 @@ HB_BEGIN_DECLS
|
| #define HB_BUFFER_FLAGS_DEFAULT HB_BUFFER_FLAG_DEFAULT
|
| #define HB_BUFFER_SERIALIZE_FLAGS_DEFAULT HB_BUFFER_SERIALIZE_FLAG_DEFAULT
|
|
|
| +typedef hb_bool_t (*hb_font_get_glyph_func_t) (hb_font_t *font, void *font_data,
|
| + hb_codepoint_t unicode, hb_codepoint_t variation_selector,
|
| + hb_codepoint_t *glyph,
|
| + void *user_data);
|
| +
|
| +HB_EXTERN void
|
| +hb_font_funcs_set_glyph_func (hb_font_funcs_t *ffuncs,
|
| + hb_font_get_glyph_func_t func,
|
| + void *user_data, hb_destroy_func_t destroy);
|
| +
|
| #endif
|
|
|
| HB_END_DECLS
|
|
|