Docs » Autodocs » graphics.library » SetRPAttrA
SetRPAttrA -- modify rastport settings via a tag list SetRPAttrs -- varargs stub for SetRPAttrA
SetRPAttrA(rp,tags) a0 a1 void SetRPAttrA(struct RastPort *, struct TagItem *); SetRPAttrs(rp,tag,...);
Modify settings of a rastport, based on the taglist passed. currently available tags are: RPTAG_Font Font for Text() RPTAG_SoftStyle style for text (see graphics/text.h) RPTAG_APen Primary rendering pen RPTAG_BPen Secondary rendering pen RPTAG_DrMd Drawing mode (see graphics/rastport.h) RPTAG_OutLinePen Area Outline pen RPTAG_WriteMask Bit Mask for writing. RPTAG_MaxPen Maximum pen to render (see SetMaxPen())
rp - pointer to the RastPort to modify. tags - a standard tag list
SetFont(), SetSoftStyle(), SetAPen(), SetBPen(), SetDrMd(), SetOutlinePen(), SetWriteMask(), SetMaxPen(), GetRPAttrA(), <graphics/rpattr.h>
|