Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Latest commit

 

History

History
37 lines (23 loc) · 718 Bytes

File metadata and controls

37 lines (23 loc) · 718 Bytes

NAME

AskFont -- get the text attributes of the current font

SYNOPSIS

    AskFont(rp, textAttr)
            A1  A0

    void AskFont(struct RastPort *, struct TextAttr *);

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