I have an NSMutableAttributedString "timeString" whom's font and color I have already set. Everything is working fine, but I was wondering if there were a way to alter the text's height without changing the text's width (font width = 100%, font height = 120%).
I tried using transform, but it's not available for NSMutableAttributedStrings. Thanks!