Docs » Autodocs » graphics.library » AskSoftStyle
AskSoftStyle -- Get the soft style bits of the current font.
enable = AskSoftStyle(rp) D0 A1 ULONG AskSoftStyle(struct RastPort *);
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().
rp - the RastPort from which the font and style are extracted.
enable - those bits in the style algorithmically generated. Style bits that are not defined are also set.
SetSoftStyle(), <graphics/text.h>
|