Vertically aligned subscript and superscript

I can use NSMutableAttributedString to generate subscripts and superscripts for strings for a UILabel. But what if I want the subscript and the superscript to be vertically aligned. Is there a way to do this with NSMutableAttributedString ?