(OTF_ERROR_FT_FACE): New macro.
authorhanda <handa>
Tue, 11 Jul 2006 00:36:16 +0000 (00:36 +0000)
committerhanda <handa>
Tue, 11 Jul 2006 00:36:16 +0000 (00:36 +0000)
src/otf.h

index 550d259..a04eb39 100644 (file)
--- 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() */