Imported Upstream version 1.4.6
[platform/upstream/harfbuzz.git] / src / hb-graphite2.h
index 3eae54a..82b1e64 100644 (file)
@@ -36,12 +36,16 @@ HB_BEGIN_DECLS
 #define HB_GRAPHITE2_TAG_SILF HB_TAG('S','i','l','f')
 
 
-gr_face *
+HB_EXTERN gr_face *
 hb_graphite2_face_get_gr_face (hb_face_t *face);
 
-gr_font *
+#ifndef HB_DISABLE_DEPRECATED
+
+HB_EXTERN gr_font *
 hb_graphite2_font_get_gr_font (hb_font_t *font);
 
+#endif
+
 
 HB_END_DECLS