2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Desc: Graphics function AskSoftStyle()
9 /*****************************************************************************
12 #include <graphics/rastport.h>
13 #include <proto/graphics.h>
15 AROS_LH1I(ULONG
, AskSoftStyle
,
18 AROS_LHA(struct RastPort
*, rp
, A1
),
21 struct GfxBase
*, GfxBase
, 14, Graphics
)
25 Query algorithmically generated style attributes. These are the bits
26 valid to set via SetSoftStyle().
30 pr -- pointer to rastport
34 Algorithmically generated style bits (bits not defined are also set).
44 SetSoftStyle(), graphics/text.h
50 24.7.98 SDuvan implemented
52 *****************************************************************************/
61 return ~rp
->Font
->tf_Style
;