From: handa Date: Tue, 11 Jul 2006 00:36:16 +0000 (+0000) Subject: (OTF_ERROR_FT_FACE): New macro. X-Git-Tag: REL-0-9-5~20 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=593797d408be562e0ec68773cfab08aa9de55e75;p=m17n%2Flibotf.git (OTF_ERROR_FT_FACE): New macro. --- 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() */