Revert "Imported Upstream version 1.2.7"
[platform/upstream/harfbuzz.git] / src / hb-coretext.h
index 82066e4..25267bc 100644 (file)
@@ -44,14 +44,14 @@ HB_BEGIN_DECLS
 #define HB_CORETEXT_TAG_MORX HB_TAG('m','o','r','x')
 
 
-HB_EXTERN hb_face_t *
+hb_face_t *
 hb_coretext_face_create (CGFontRef cg_font);
 
 
-HB_EXTERN CGFontRef
+CGFontRef
 hb_coretext_face_get_cg_font (hb_face_t *face);
 
-HB_EXTERN CTFontRef
+CTFontRef
 hb_coretext_font_get_ct_font (hb_font_t *font);