| Index: third_party/harfbuzz-ng/src/hb-coretext.h
|
| diff --git a/third_party/harfbuzz-ng/src/hb-coretext.h b/third_party/harfbuzz-ng/src/hb-coretext.h
|
| index 25267bc9784a7e86ec68b5f95f15b95ddd0966a8..82066e4e0dc0b2770a8800f9a9fb417e14d9d7d0 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-coretext.h
|
| +++ b/third_party/harfbuzz-ng/src/hb-coretext.h
|
| @@ -44,14 +44,14 @@ HB_BEGIN_DECLS
|
| #define HB_CORETEXT_TAG_MORX HB_TAG('m','o','r','x')
|
|
|
|
|
| -hb_face_t *
|
| +HB_EXTERN hb_face_t *
|
| hb_coretext_face_create (CGFontRef cg_font);
|
|
|
|
|
| -CGFontRef
|
| +HB_EXTERN CGFontRef
|
| hb_coretext_face_get_cg_font (hb_face_t *face);
|
|
|
| -CTFontRef
|
| +HB_EXTERN CTFontRef
|
| hb_coretext_font_get_ct_font (hb_font_t *font);
|
|
|
|
|
|
|