[graphite] Add HB_DEPRECATED annotation

This commit is contained in:
Behdad Esfahbod 2018-10-11 21:19:39 -04:00
parent 68c86af187
commit c9413d7bb5
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ hb_graphite2_face_get_gr_face (hb_face_t *face);
#ifndef HB_DISABLE_DEPRECATED
HB_EXTERN gr_font *
HB_EXTERN HB_DEPRECATED gr_font *
hb_graphite2_font_get_gr_font (hb_font_t *font);
#endif