iphone - iOS Fonts - Why does Interface Builder give you more font options? E.g HelveticaNeue-Medium? -


i've looked @ following link:

setting uilabel - font through code - generates error - iphone

which provides code see available ios fonts. helveticaneue following:

helveticaneue-italic helveticaneue-bold helveticaneue-bolditalic helveticaneue

why interface builder provide slew of other options fonts though? i've plopped uilabel down , see options helveticaneue-medium , helveticaneue-light example , seem work fine when compiling ?

the reason i'm asking i'm programmatically generating uilabel , set it's font helveticaneue-medium looks that's not option?!

the interface builder shows fonts available on mac. not of them available ios. before using font, make sure available on ios.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -