From 593797d408be562e0ec68773cfab08aa9de55e75 Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 11 Jul 2006 00:36:16 +0000 Subject: [PATCH] (OTF_ERROR_FT_FACE): New macro. --- src/otf.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/otf.h b/src/otf.h index 550d259..a04eb39 100644 --- a/src/otf.h +++ b/src/otf.h @@ -1398,6 +1398,13 @@ extern int OTF_error; See the function OTF_drive_gpos() for more detail. */ #define OTF_ERROR_GPOS_DRIVE 7 +/*** + FT_Face access error. + + This error indicates that the library fails in accessing Sfnt + tables via FT_Face. */ +#define OTF_ERROR_FT_FACE 8 + /*** (4-2) OTF_perror() */ -- 1.7.10.4