NAME
    AskFont -- get the text attributes of the current font
SYNOPSIS
    AskFont(rp, textAttr)
            A1  A0
    void AskFont(struct rastport *, struct textattr *);
FUNCTION
    This function fills the text attributes structure with the
    attributes of the current font in the rastport.
INPUTS
    rp       - the rastport from which the text attributes are
               extracted
    textAttr - the textattr structure to be filled.  note that
               there is no support for a ttextattr.
RESULT
    The textAttr structure is filled with the RastPort's text
    attributes.
BUGS
SEE ALSO
    graphics/text.h