xcode - UILabel- most fonts don't work (iPhone) -


for reason, in ib, when make uilabel, few fonts work: helvetica, times new roman, arial, etc. when choose different font, works when type text in, when press enter, font changes times new roman. still says font font chose in sidebar, times new roman. there setting have wrong, or ib not working?

fyi: in xcode 4.0.2.

ios doesn't support fonts available on mac , visible in xcode. can include own fonts in app if want (and if have appropriate distribution license font), it's easier stick available fonts. see this question link list of fonts built ios.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -