Merge pull request #231 from KonstantinRitt/post123buildfix

Fix build with HB_DISABLE_DEPRECATED
pull/230/head
Behdad Esfahbod 9 years ago
commit ce8ae99701
  1. 4
      src/hb-font.cc

@ -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 */

Loading…
Cancel
Save