home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Pascal / MAXONPASCAL2.DMS / in.adf / INCLUDE / diskfont / oterrors.h < prev   
Encoding:
Text File  |  1994-07-25  |  649 b   |  23 lines

  1. {$if not def DISKFONT_OTERRORS_H} CONST DISKFONT_OTERRORS_H=0;
  2.  
  3. { **********************************************************************
  4.   ** KickPascal-Includes-Datei "diskfont/oterrors.h" zu Kickstart 3.0 **
  5.   ********************************************************************** }
  6.  
  7.  OTERR_Failure        = -1;
  8.  OTERR_Success      = 0;
  9.  OTERR_BadTag       = 1;
  10.  OTERR_UnknownTag   = 2;
  11.  OTERR_BadData      = 3;
  12.  OTERR_NoMemory     = 4;
  13.  OTERR_NoFace       = 5;
  14.  OTERR_BadFace      = 6;
  15.  OTERR_NoGlyph      = 7;
  16.  OTERR_BadGlyph     = 8;
  17.  OTERR_NoShear      = 9;
  18.  OTERR_NoRotate     = 10;
  19.  OTERR_TooSmall     = 11;
  20.  OTERR_UnknownGlyph = 12;
  21.  
  22. {$endif}
  23.