NSMutableAttributedString — Mac OS X 10.0
NSMutableAttributedString
is a subclass of
NSAttributedString
that allows the contents and
attributes of the
string to be altered after the
object has been initialized, which is normally not possible with its
immutable superclass.