(C) 1998 AROS - The Amiga Research OS


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

ULONG SetSoftStyle (rp , style , enable)

LOCATION
In GfxBase at offset 15

SYNOPSIS
struct RastPort * rp
ULONG style
ULONG enable

FUNCTION
Set the style of the current font. Only those bits set in 'enable' are affected.

INPUTS
rp
- pointer to rastport
style
- the style the font should have
enable
- mask for style bits

RESULT
The style bits used hereinafter (the font may not support all the styles you wish to set). Note that this is possibly more style bits than you affected by calling SetSoftStyle() as a font may have intrinsic style bits set.

EXAMPLE

SEE ALSO
AskSoftStyle(), graphics/text.h

NOTES

BUGS

INTERNALS

HISTORY
25.06.1999 SDuvan
New functions
11.02.1999 hkiel
Added empty skeletons