views:

18

answers:

2

Hi,

I'm trying to change the font of a lable in a UIView for my iPhone App.

The change of the 'Font' in the Attribute Inspector does not have any effect on the font.

Any idea?

Thanks, Stefan

A: 

Perhaps you didn't choose a font which is included in the iPhone. Have a look to this question:

what-fonts-do-iphone-applications-support

Micko
Didn't help. Is the only way to apply custom fonts in the drawRect Method?
Stefan
Sorry, I don't know because I never had this requirement. But you could also use images with special fonts and use them in your project.
Micko
A: 

This might explain it.

http://daringfireball.net/2007/07/iphone_fonts

Stefan