NAME
AskSoftStyle -- Get the soft style bits of the current font.
SYNOPSIS
enable = AskSoftStyle(rp)
D0 A1
ULONG AskSoftStyle(struct RastPort *);
FUNCTION
This function returns those style bits of the current font
that are not intrinsic in the font itself, but
algorithmically generated. These are the bits that are
valid to set in the enable mask for SetSoftStyle().
INPUTS
rp - the RastPort from which the font and style are extracted.
RESULTS
enable - those bits in the style algorithmically generated.
Style bits that are not defined are also set.
BUGS
SEE ALSO
SetSoftStyle() graphics/text.h
[Back to Amiga Developer Docs]