Merge pull request #231 from KonstantinRitt/post123buildfix

Fix build with HB_DISABLE_DEPRECATED
This commit is contained in:
Behdad Esfahbod 2016-03-04 17:20:35 -08:00
commit ce8ae99701
1 changed files with 4 additions and 0 deletions

View File

@ -1538,6 +1538,8 @@ hb_font_get_ppem (hb_font_t *font,
}
#ifndef HB_DISABLE_DEPRECATED
/*
* Deprecated get_glyph_func():
*/
@ -1660,3 +1662,5 @@ hb_font_funcs_set_glyph_func (hb_font_funcs_t *ffuncs,
trampoline,
trampoline_destroy);
}
#endif /* HB_DISABLE_DEPRECATED */