[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]


   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