#ifndef DISKFONT_OTERRORS_H
#define DISKFONT_OTERRORS_H
/*
** $VER: oterrors.h 8.1 (19.06.92)
** Includes Release 38.56
**
** oterrors.h -- error results from outline libraries
**
** (C) Copyright 1991-1992 Robert R. Burns
** All Rights Reserved
*/


#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 
