let attributedStr = NSMutableAttributedString (string: "Hi " , attributes:[ NSAttributedStringKey . font : UIFont (name: FontName . OpenSans_Regular , size: FontSize . SIXTEEN )!, NSAttributedStringKey . foregroundColor : COLOR . Black ]) let attributedStr1 = NSMutableAttributedString (string: " My Name is " , attributes:[ NSAttributedStringKey . font : UIFont (name: FontName . OpenSans_Bold , size: FontSize . SIXTEEN )!, NSAttributedStringKey . foregroundColor : COLOR . Blue ]) let attributedStr2 = NSMutableAttributedString (string: "Harsh " , attributes:[ NSAttributedStringKey . font : UIFont (name: FontName . OpenSans_Regular , size: FontSize . SIXTEEN )!, NSAttributedStringKey . foregroundColor : COLOR . Green ]) let attributedStr3 = NSMutableAttributedString (string: "How are ...