1

My problem is that I have to two UITextView displaying different Text, but always the same number of characters. I could not find a way to set a fix character-width and space width in UITextView/NSAtrrStr/UIFont. Is there a way to do that?

thanks

semirturgay
  • 4,151
  • 3
  • 30
  • 50
leoMehlig
  • 53
  • 5

1 Answers1

0

As far as I know, Courier New is the only fixed-width font shipped with iOS.

Also, you can always import custom fonts to your xcode project which you know are fixed-width. Here is how: Embed Custom Font in iOS

Community
  • 1
  • 1
aytunch
  • 1,326
  • 1
  • 16
  • 31