2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
5 Desc: Obtain information about a Bullet GlyphEngine
9 #define AROS_TAGRETURNTYPE ULONG
11 #include "alib_intern.h"
13 extern struct Library
* BulletBase
;
15 /*****************************************************************************
19 #define NO_INLINE_STDARG /* turn off inline def */
20 #include <proto/bullet.h>
25 struct GlyphEngine
*glyphEngine
,
30 Obtain information about an GlyphEngine.
33 object - Obtain information about this GlyphEngine
34 tag1 - The first of a list of attribute/value-pairs. The last
35 attribute in this list must be TAG_END or TAG_DONE.
36 The value for this last attribute is not examined (ie.
37 you need not specify it).
49 bullet.library/ObtainInfoA()
55 *****************************************************************************/
57 AROS_SLOWSTACKTAGS_PRE(tag1
)
59 retval
= ObtainInfoA (glyphEngine
, AROS_SLOWSTACKTAGS_ARG(tag1
));
61 AROS_SLOWSTACKTAGS_POST