| Index: third_party/harfbuzz-ng/src/hb-font.h
|
| diff --git a/third_party/harfbuzz-ng/src/hb-font.h b/third_party/harfbuzz-ng/src/hb-font.h
|
| index e2e59796f9fec515e85424e69b59a555226b4a67..85fb56d5b6d20b29c419672e3239d18a7261c8c1 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-font.h
|
| +++ b/third_party/harfbuzz-ng/src/hb-font.h
|
| @@ -563,6 +563,10 @@ hb_font_set_parent (hb_font_t *font,
|
| HB_EXTERN hb_font_t *
|
| hb_font_get_parent (hb_font_t *font);
|
|
|
| +HB_EXTERN void
|
| +hb_font_set_face (hb_font_t *font,
|
| + hb_face_t *face);
|
| +
|
| HB_EXTERN hb_face_t *
|
| hb_font_get_face (hb_font_t *font);
|
|
|
|
|