1

When I use the UILabel's attributed setting in Xcode 5's Interface Builder, it will show a preview on the storyboard for built-in fonts like American Typewriter. When I try to use it with a custom font, it only shows it in the preview area, not on the storyboard.

Is it possible to show the preview in the storyboard with custom fonts?

Here are some screen shot examples:

You can see that 'FOOBAR' shows the custom font in the inspector

inspector

But not on the storyboard

storyboard

wprater
  • 1,022
  • 11
  • 21
  • Might be helpful: http://stackoverflow.com/questions/9090745/custom-font-in-a-storyboard – Msencenb Dec 28 '13 at 01:39
  • Thanks for that link, @Msencenb, but it's not solving my problem. If Im going to use storyboards, I want to be able to see what the layout will actually be, otherwise I might as well use code. Strange there is no support for this!! – wprater Dec 28 '13 at 03:45
  • 2
    Its not even showing in the app when it is run. – Satyam Feb 12 '15 at 12:21

1 Answers1

0

In Xcode 6 you need to select, highlight, the preview text in interface builder. Then change the fonts. You then will see it.

enter image description here

Community
  • 1
  • 1
antonkronaj
  • 1,237
  • 12
  • 13