Docs » Autodocs » graphics.library » AskFont
AskFont -- get the text attributes of the current font
AskFont(rp, textAttr) A1 A0 void AskFont(struct RastPort *, struct TextAttr *);
This function fills the text attributes structure with the attributes of the current font in the RastPort.
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.
The textAttr structure is filled with the RastPort's text attributes.
<graphics/text.h>
|