Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 768 Bytes

AskSoftStyle.md

File metadata and controls

37 lines (22 loc) · 768 Bytes

NAME

AskSoftStyle -- Get the soft style bits of the current font.

SYNOPSIS

    enable = AskSoftStyle(rp)
    D0                    A1

    ULONG AskSoftStyle(struct RastPort *);

Links: 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