projects
/
m17n
/
libotf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77abb82
)
(OTF_ERROR_FT_FACE): New macro.
author
handa
<handa>
Tue, 11 Jul 2006 00:36:16 +0000
(
00:36
+0000)
committer
handa
<handa>
Tue, 11 Jul 2006 00:36:16 +0000
(
00:36
+0000)
src/otf.h
patch
|
blob
|
history
diff --git
a/src/otf.h
b/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() */