set_attributes
Description:
public void set_attributes (
AttrList? attrs)
Sets the attributes list that are going to be applied to the Text contents.
The Text actor will take a reference on the
AttrList passed to this function.
Parameters:
this |
a Text
|
attrs |
a AttrList or null to unset the attributes
|