my following Code is
NSMutableParagraphStyle *body1stParagraph = [[NSParagraphStyle defaultParagraphStyle] mutableCopy];
body1stParagraph.alignment = NSTextAlignmentCenter;
body1stParagraph.minimumLineHeight = _font_Size;
attrs = @{ NSFontAttributeName : [UIFont fontWithName:font_name size:Font_size],
NSParagraphStyleAttributeName : body1stParagraph,
NSAttachmentAttributeName: textAttachment};
and this Dictionary add on Attributed String
[attributeString addAttributes:attrs range:lineRange];
but text of label is Cut