xcode - Custom fonts on xcode do not appear on xib -


I'm trying to add new fonts on xcode5 to use them directly on the xcode file.

My fonts are 3 files: Kelsen Sense Bold. Tiff Kelsen Sans Light. OTF and Kelsoon Sense Regular. OTF).

I have - files have been added to my project - my full name of "fonts" files (with extensions) - items / files / libraries / fonts added to the local directory

But new fonts do not appear in the interface. I'm missing something?

Tx in advance.

The font that has been added to XCode5 does not work in the interface builder

Something like this:

  textField.font = [UIFont fontWithName: @ "signature-regular" size: size];   

or NSAttributedString

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -