iphone Programming Glossary: ctfont
Bold & Non-Bold Text In A Single UILabel? http://stackoverflow.com/questions/3586871/bold-non-bold-text-in-a-single-uilabel  CFStringRef boldFont.fontName boldFont.pointSize NULL UIFont font UIFont systemFontOfSize 13 CTFontRef ctFont CTFontCreateWithName CFStringRef font.fontName font.pointSize NULL CGColorRef cgColor UIColor whiteColor .CGColor NSDictionary.. nil CFRelease ctBoldFont NSDictionary subAttributes NSDictionary dictionaryWithObjectsAndKeys id ctFont id kCTFontAttributeName nil CFRelease ctFont Create the attributed string text attributes NSMutableAttributedString attrStr.. NSDictionary subAttributes NSDictionary dictionaryWithObjectsAndKeys id ctFont id kCTFontAttributeName nil CFRelease ctFont Create the attributed string text attributes NSMutableAttributedString attrStr NSMutableAttributedString alloc initWithString.. 
 iPhone - Convert CTFont to UIFont? http://stackoverflow.com/questions/6714858/iphone-convert-ctfont-to-uifont  Size Font color Underlines Bold Italic etc  iphone objective c uifont ctfont   share improve this question   CTFontRef ctFont ... NSString fontName NSString CTFontCopyName ctFont kCTFontPostScriptNameKey autorelease CGFloat fontSize CTFontGetSize.. c uifont ctfont   share improve this question   CTFontRef ctFont ... NSString fontName NSString CTFontCopyName ctFont kCTFontPostScriptNameKey autorelease CGFloat fontSize CTFontGetSize ctFont UIFont font UIFont fontWithName fontName size.. NSString fontName NSString CTFontCopyName ctFont kCTFontPostScriptNameKey autorelease CGFloat fontSize CTFontGetSize ctFont UIFont font UIFont fontWithName fontName size fontSize Color and underline are not attributes of the font. Bold and italic.. 
 Get truncated text from UILabel http://stackoverflow.com/questions/6728259/get-truncated-text-from-uilabel  in here so it may not even compile UIFont uiFont UIFont systemFontOfZise 13.0f whichever font you're using CTFontRef ctFont CTFontCreateWithName CFStringRef uiFont.fontName uiFont.pointSize NULL NSDictionary attr NSDictionary dictionaryWithObject.. CFStringRef uiFont.fontName uiFont.pointSize NULL NSDictionary attr NSDictionary dictionaryWithObject id ctFont forKey id kCTFontAttributeName CFRelease ctfont NSAttributedString attrString NSAttributedString alloc initWithString yourLabelText.. 
 
 
     
      |