#ifndef  DISKFONT_OTERRORS_H
#define  DISKFONT_OTERRORS_H


#ifdef __IGNORE_NOT_SUPPORTED__

 #define  OTERR_Failure          -1
 #define  OTERR_Success          0
 #define  OTERR_BadTag           1
 #define  OTERR_UnknownTag       2
 #define  OTERR_BadData          3
 #define  OTERR_NoMemory         4
 #define  OTERR_NoFace           5
 #define  OTERR_BadFace          6
 #define  OTERR_NoGlyph          7
 #define  OTERR_BadGlyph         8
 #define  OTERR_NoShear          9
 #define  OTERR_NoRotate         10
 #define  OTERR_TooSmall         11
 #define  OTERR_UnknownGlyph     12

#endif /** __IGNORE_NOT_SUPPORTED__ **/


#endif   /* DISKFONT_OTERRORS_H */
