* src/sfnt/sfdriver.c (sfnt_interface): Move out
`tt_face_get_kerning' from a #ifdef clause. Reported by Tony J. Ibbs <tibs@sj.co.uk>.
This commit is contained in:
parent
c57023a4c8
commit
43b057b637
|
@ -1,3 +1,9 @@
|
|||
2005-10-25 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* src/sfnt/sfdriver.c (sfnt_interface): Move out
|
||||
`tt_face_get_kerning' from a #ifdef clause. Reported by Tony J.
|
||||
Ibbs <tibs@sj.co.uk>.
|
||||
|
||||
2005-10-23 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* src/base/ftdbgmem.c (ft_mem_debug_realloc): Make it compile with
|
||||
|
|
|
@ -383,11 +383,11 @@
|
|||
|
||||
#endif /* TT_CONFIG_OPTION_EMBEDDED_BITMAPS */
|
||||
|
||||
#ifdef TT_CONFIG_OPTION_POSTSCRIPT_NAMES
|
||||
|
||||
/* see `ttkern.h' */
|
||||
tt_face_get_kerning,
|
||||
|
||||
#ifdef TT_CONFIG_OPTION_POSTSCRIPT_NAMES
|
||||
|
||||
/* see `ttpost.h' */
|
||||
tt_face_get_ps_name,
|
||||
tt_face_free_ps_names,
|
||||
|
|
Loading…
Reference in New Issue