Home > Software design >  Font Character Height Change in iOS
Font Character Height Change in iOS

Time:06-14

I am trying to see if there is a proper method to change the height of the text, without changing the width - more akin to vertical compression. Photoshop lets you do it as shown below:

enter image description here

There are methods to change different attributes in text with NSAttributedString, but I didn't see one to change the height listed here:

enter image description here

  • Related