alsa.audio: disable building of alsa-bridge linklib until complete driver is ready
[AROS.git] / compiler / include / diskfont / oterrors.h
blob9f0d978e5d633df2474f4bbec9b3ea0befacdf71
1 #ifndef DISKFONT_OTERRORS_H
2 #define DISKFONT_OTERRORS_H
4 /*
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: Errors from font engine libraries
9 Lang: english
12 #define OTERR_Failure -1
13 #define OTERR_Success 0
14 #define OTERR_BadTag 1
15 #define OTERR_UnknownTag 2
16 #define OTERR_BadData 3
17 #define OTERR_NoMemory 4
18 #define OTERR_NoFace 5
19 #define OTERR_BadFace 6
20 #define OTERR_NoGlyph 7
21 #define OTERR_BadGlyph 8
22 #define OTERR_NoShear 9
23 #define OTERR_NoRotate 10
24 #define OTERR_TooSmall 11
25 #define OTERR_UnknownGlyph 12
27 #endif /* DISKFONT_OTERROS_H */