I am trying to convert a CTFont to a UIFont without losing any of the styles and attributes such as:
With ARC:
UIFont *uiFont = [UIFont fontWithName:(__bridge NSString *)CTFontCopyPostScriptName(ctFont) size:CTFontGetSize(ctFont)];