iphone Programming Glossary: ctfontcreatewithname
Bold & Non-Bold Text In A Single UILabel? http://stackoverflow.com/questions/3586871/bold-non-bold-text-in-a-single-uilabel  the attributed string CGFloat fontSize 13 UIFont boldFont UIFont boldSystemFontOfSize fontSize CTFontRef ctBoldFont CTFontCreateWithName CFStringRef boldFont.fontName boldFont.pointSize NULL UIFont font UIFont systemFontOfSize 13 CTFontRef ctFont CTFontCreateWithName.. 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 attributes NSDictionary.. 
 How to split long NSString into pages http://stackoverflow.com/questions/3812692/how-to-split-long-nsstring-into-pages  string size CGSize size font UIFont font NSMutableArray result NSMutableArray alloc initWithCapacity 32 CTFontRef fnt CTFontCreateWithName CFStringRef font.fontName font.pointSize NULL CFAttributedStringRef str CFAttributedStringCreate kCFAllocatorDefault   .. 
 Get truncated text from UILabel http://stackoverflow.com/questions/6728259/get-truncated-text-from-uilabel  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 id ctFont forKey id.. 
 Memory usage grows with CTFontCreateWithName and CTFramesetterRef http://stackoverflow.com/questions/8491841/memory-usage-grows-with-ctfontcreatewithname-and-ctframesetterref  usage grows with CTFontCreateWithName and CTFramesetterRef  I'm writing an IOS program which uses custom fonts CTFontManagerRegisterFontsForURL . I load the font.. attributedStringRef CFAttributedStringReplaceString attributedStringRef CFRangeMake 0 0 CFStringRef label.text font CTFontCreateWithName CFStringRef label.fontName label.fontHeight NULL retain count of the font 1 CFAttributedStringSetAttribute attributedStringRef.. 
 
 
     
      |