(C) 1998 AROS - The Amiga Research OS


NAME
#include <graphics/rastport.h>
#include <proto/graphics.h>

ULONG AskSoftStyle (rp)

LOCATION
In GfxBase at offset 14

SYNOPSIS
struct RastPort * rp

FUNCTION
Query algorithmically generated style attributes. These are the bits valid to set via SetSoftStyle().

INPUTS
pr
- pointer to rastport

RESULT
Algorithmically generated style bits (bits not defined are also set).

EXAMPLE

SEE ALSO
SetSoftStyle(), graphics/text.h

NOTES

BUGS

INTERNALS

HISTORY
25.06.1999 SDuvan
New functions
11.02.1999 hkiel
Added empty skeletons