From 298c6e19e54f1d882a24a46c86fa152116799e7b Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 14 Jul 2006 12:47:37 +0000 Subject: [PATCH] (LIBOTF_VERSION): Updated to 0.9.5. (LIBOTF_RELEASE_NUMBER): Updated to 5. (OTF_open_ft_face): Extern it. --- src/otf.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/otf.h b/src/otf.h index a04eb39..20befc0 100644 --- a/src/otf.h +++ b/src/otf.h @@ -25,14 +25,14 @@ write to the Free Software Foundation, Inc., 59 Temple Place, Suite #define _OTF_H_ /* Version name of this library. */ -#define LIBOTF_VERSION "0.9.4" +#define LIBOTF_VERSION "0.9.5" /* Major version number. */ #define LIBOTF_MAJOR_VERSION 0 /* Minor version number. */ #define LIBOTF_MINOR_VERSION 9 /* Release (i.e. patch level) number. */ -#define LIBOTF_RELEASE_NUMBER 4 +#define LIBOTF_RELEASE_NUMBER 5 /*** Table of contents: @@ -51,7 +51,7 @@ write to the Free Software Foundation, Inc., 59 Temple Place, Suite (1-11) Structure for OTF (2) API for reading OTF - (2-1) OTF_open() + (2-1) OTF_open(), OTF_open_ft_face() (2-2) OTF_close() (2-3) OTF_get_table() (2-4) OTF_check_table() @@ -1065,6 +1065,11 @@ typedef struct extern OTF *OTF_open (char *name); +#include +#include FT_FREETYPE_H + +extern OTF *OTF_open_ft_face (FT_Face face); + /*** (2-2) OTF_close () */ -- 1.7.10.4