2 Copyright © 1995-2008, The AROS Development Team. All rights reserved.
5 Desc: Bullet function SetInfoA()
9 #include <aros/libcall.h>
10 #include <proto/bullet.h>
12 /*****************************************************************************
16 AROS_LH2(ULONG
, SetInfoA
,
19 AROS_LHA(struct GlyphEngine
*, glyphEngine
, A0
),
20 AROS_LHA(struct TagItem
*, tagList
, A1
),
23 struct Library
*, BulletBase
, 7, Bullet
)
41 This interface is implemented in freetype2.library.
42 See /workbench/libs/freetype/src/aros.
46 *****************************************************************************/