¡@

Home 

2014/10/15 ¤U¤È 10:03:35

iphone Programming Glossary: americantypewriter

UILabel - setting font - typeface programmatically in iPhone

http://stackoverflow.com/questions/1302833/uilabel-setting-font-typeface-programmatically-in-iphone

family. To find out if there is a bold version of American Typewriter try outputting UIFont fontNamesForFamilyName @ AmericanTypewriter to the console. In this case you should use AmericanTypewriter Bold . UIFont fontNamesForFamilyName @ AmericanTypewriter..

How do you use setTitleTextAttributes:forState in UIBarItem in iOS 5.0?

http://stackoverflow.com/questions/7810563/how-do-you-use-settitletextattributesforstate-in-uibaritem-in-ios-5-0

How to change the Color of text in UITabBarItem in iOS 5

http://stackoverflow.com/questions/8412010/how-to-change-the-color-of-text-in-uitabbaritem-in-ios-5

self.tabBarItem setTitleTextAttributes NSDictionary dictionaryWithObjectsAndKeys UIFont fontWithName @ AmericanTypewriter size 20.0f UITextAttributeFont UIColor blackColor UITextAttributeTextColor UIColor grayColor UITextAttributeTextShadowColor.. literal syntax UITabBarItem appearance setTitleTextAttributes @ UITextAttributeFont UIFont fontWithName @ AmericanTypewriter size 20.0f UITextAttributeTextColor UIColor blackColor UITextAttributeTextShadowColor UIColor grayColor UITextAttributeTextShadowOffset..