home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / at-inc-bin.lha / os-include / diskfont / oterrors.i < prev   
Text File  |  1993-10-15  |  1KB  |  29 lines

  1.     IFND    DISKFONT_OTERRORS_I
  2. DISKFONT_OTERRORS_I    SET    1
  3.  
  4. **    $VER: oterrors.i 38.0 (19.6.92)
  5. **    Includes Release 40.15
  6. **
  7. **    oterrors.i -- tag definitions for .otag files
  8. **
  9. **    Copyright 1992-1993 Commodore-Amiga Inc.
  10. **        All Rights Reserved
  11.  
  12. * PRELIMINARY
  13. OTERR_Failure        EQU    -1    ; catch-all for error
  14. OTERR_Success        EQU    0    ; no error
  15. OTERR_BadTag        EQU    1    ; inappropriate tag for function
  16. OTERR_UnknownTag    EQU    2    ; unknown tag for function
  17. OTERR_BadData        EQU    3    ; catch-all for bad tag data
  18. OTERR_NoMemory        EQU    4    ; insufficient memory for operation
  19. OTERR_NoFace        EQU    5    ; no typeface currently specified
  20. OTERR_BadFace        EQU    6    ; typeface specification problem
  21. OTERR_NoGlyph        EQU    7    ; no glyph specified
  22. OTERR_BadGlyph        EQU    8    ; bad glyph code or glyph range
  23. OTERR_NoShear        EQU    9    ; shear only partially specified
  24. OTERR_NoRotate        EQU    10    ; rotate only partially specified
  25. OTERR_TooSmall        EQU    11    ; typeface metrics yield tiny glyphs
  26. OTERR_UnknownGlyph    EQU    12    ; glyph not known by engine
  27.  
  28.     ENDC    ; DISKFONT_OTERRORS_I
  29.