归属文本背景上的圆angular是否可能?

我用不同的文字颜色归因于文本。 为了更好的可读性突出显示的文本我使用backgroundcolor。 是否有可能在这个Textarea带来圆angular的CALayer效应? 不是整个区域,而是内部的特殊文本。

我的代码:

NSAttributedString *text = [[NSAttributedString alloc] initWithString:@"Highlighted Text" attributes:@{ NSFontAttributeName: [UIFont fontWithName:@"HelveticaNeue" size:10.0f], NSForegroundColorAttributeName: [UIColor lightGrayColor], NSBackgroundColorAttributeName: [UIColor darkGrayColor] }];