* src/sfnt/sfdriver.c (sfnt_interface) [FT_OPTIMIZE_MEMORY]:

Reactivate pointers to tt_find_sbit_image and tt_load_sbit_metrics
to make X work again.
This commit is contained in:
Werner Lemberg 2005-08-03 21:21:11 +00:00
parent 9ee99bc960
commit 87c8e581a3
2 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2005-08-03 Werner Lemberg <wl@gnu.org>
* src/sfnt/sfdriver.c (sfnt_interface) [FT_OPTIMIZE_MEMORY]:
Reactivate pointers to tt_find_sbit_image and tt_load_sbit_metrics
to make X work again.
2005-08-02 Werner Lemberg <wl@gnu.org>
* src/otvalid/otvcommn.h: Remove dead code.

View File

@ -367,8 +367,13 @@
/* see `ttsbit.h' and `sfnt.h' */
tt_face_set_sbit_strike,
tt_face_load_sbit_strikes,
0 /* tt_find_sbit_image */,
0 /* tt_load_sbit_metrics */,
#ifdef FT_OPTIMIZE_MEMORY
0,
0,
#else
tt_find_sbit_image,
tt_load_sbit_metrics,
#endif
tt_face_load_sbit_image,
tt_face_free_sbit_strikes,